From 3613e32ad573d5faccb974a421702bdd87583878 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 15 May 2010 20:37:00 +0000 Subject: [PATCH] Layout - added class label for branch link --- CHANGELOG.txt | 4 ++++ sales/manage/customers.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1d2c30c8..78830cd5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +15-May-2010 Joe Hunt +! Layout - added class label for branch link +$ /sales7manage/customers.php + 11-May-2010 Janusz Dobrowolski + Added multiply categorized customer/branch/supplier contacts in separate table, per contact report language selection diff --git a/sales/manage/customers.php b/sales/manage/customers.php index fd486489..ee197565 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -241,7 +241,7 @@ function customer_settings($selected_id) if ($selected_id) { start_row(); - echo ''._('Customer branches').':'; + echo ''._('Customer branches').':'; hyperlink_params_td($path_to_root . "/sales/manage/customer_branches.php", ''. (@$_REQUEST['popup'] ? _("Select or &Add") : _("&Add or Edit ")).'', "debtor_no=".$selected_id.(@$_REQUEST['popup'] ? '&popup=1':'')); -- 2.30.2