! -> 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
if ($selected_id) {
start_row();
- echo '<td>'._('Customer branches').':</td>';
+ echo '<td class="label">'._('Customer branches').':</td>';
hyperlink_params_td($path_to_root . "/sales/manage/customer_branches.php",
'<b>'. (@$_REQUEST['popup'] ? _("Select or &Add") : _("&Add or Edit ")).'</b>',
"debtor_no=".$selected_id.(@$_REQUEST['popup'] ? '&popup=1':''));