X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcustomer_branches.php;h=85eb72bb8a96aeeca788c2c201590c45441f3dcc;hb=1626f8d1594dc467722783e3818f222dae88ad0b;hp=3dced4dbe5b3ae5bf577542e6e7614b053b3b963;hpb=d567a10b7925c8bb97c734e213d6651a979af29d;p=fa-stable.git diff --git a/sales/manage/customer_branches.php b/sales/manage/customer_branches.php index 3dced4db..85eb72bb 100644 --- a/sales/manage/customer_branches.php +++ b/sales/manage/customer_branches.php @@ -212,7 +212,7 @@ if ($num_branches) email_cell($myrow["email"]); label_cell($myrow["tax_group_name"]); 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();