X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcustomer_branches.php;h=25bd391543b3f5f677f438275cea64aa7d9af72e;hb=2383d33373d6ddec06906658a0ed6398077c1147;hp=37572a63490ceb5733cdf62b936a3a5c1a40cc5f;hpb=eb5b2d3ee7cc0fca5ec63dfada65ecf23b693e85;p=fa-stable.git diff --git a/sales/manage/customer_branches.php b/sales/manage/customer_branches.php index 37572a63..25bd3915 100644 --- a/sales/manage/customer_branches.php +++ b/sales/manage/customer_branches.php @@ -220,7 +220,7 @@ if ($num_branches) inactive_control_cell($myrow["branch_code"], $myrow["inactive"], 'cust_branch', 'branch_code'); if (count($_SESSION['Context'])) - edit_button_cell("Select".$myrow["branch_code"], _("Select")); + button_cell("Select".$myrow["branch_code"], _("Select"), '', ICON_ADD); edit_button_cell("Edit".$myrow["branch_code"], _("Edit")); delete_button_cell("Delete".$myrow["branch_code"], _("Delete")); end_row();