X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fcustomer_branches.php;h=2248b761310aea7026fb388b02a87c978ef9ebff;hb=5cd13431fe25eb8cd98f67020c55dab124c7e930;hp=3850e8baa59738fcfa299ac1f2d264cb1c24044e;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/sales/manage/customer_branches.php b/sales/manage/customer_branches.php index 3850e8ba..2248b761 100644 --- a/sales/manage/customer_branches.php +++ b/sales/manage/customer_branches.php @@ -200,7 +200,7 @@ function del_link($row) { } function select_link($row) { - return button("Select".$row["branch_code"],_("Select"), '', ICON_ADD, 'selector'); + return button("Select".$row["branch_code"], $row["branch_code"], '', ICON_ADD, 'selector'); } start_form();