unset($_POST['customer_id']);
$new_customer = true;
$Ajax->activate('_page_body');
-// meta_forward($_SERVER['PHP_SELF']);
} //end if Delete Customer
}
credit_status_list_row(_("Credit Status:"), 'credit_status', $_POST['credit_status']);
if (!$new_customer) {
start_row();
- hyperlink_params_td($path_to_root . "/sales/manage/customer_branches.php", _("Edit customer branches"), "debtor_no=".$_POST['customer_id']);
+ echo '<td>'._('Customer branches').':</td>';
+ hyperlink_params_td($path_to_root . "/sales/manage/customer_branches.php",'<b>'. _("Add or Edit").'</b>', "debtor_no=".$_POST['customer_id']);
end_row();
}
end_table();