X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcustomers.php;h=944d63e0f1b9968f9a7ffa24ce87b3574f419822;hb=4c16d92ae1e1032f23e029d7d2f901a65a4223bc;hp=2605cae41a2adeceb23c0c103a323f81d2de366a;hpb=f12dbe7523bb1abc6cd69b009ef8f0be838f5348;p=fa-stable.git diff --git a/sales/manage/customers.php b/sales/manage/customers.php index 2605cae4..944d63e0 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -274,7 +274,9 @@ credit_status_list_row(_("Credit Status:"), 'credit_status', $_POST['credit_stat if (!$new_customer) { start_row(); echo ''._('Customer branches').':'; - hyperlink_params_td($path_to_root . "/sales/manage/customer_branches.php",''. (count($_SESSION['Context']) ? _("Select or Add") : _("Add or Edit")).'', "debtor_no=".$_POST['customer_id']); + hyperlink_params_td($path_to_root . "/sales/manage/customer_branches.php", + ''. (count($_SESSION['Context']) ? _("Select or &Add") : _("&Add or Edit ")).'', + "debtor_no=".$_POST['customer_id']); end_row(); } end_table();