From: Janusz Dobrowolski Date: Mon, 1 Mar 2010 20:42:39 +0000 (+0000) Subject: [0000212] Selecting customer branches form popup was not working. X-Git-Tag: 2.3-final~944 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=e8e6928c819db221a5714b56570eecc8df180579;p=fa-stable.git [0000212] Selecting customer branches form popup was not working. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3c506222..7017f091 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,7 +19,11 @@ Legend: ! -> Note $ -> Affected files -01-Mar-2010 Joe Hung +01-Mar-2010 Janusz Dobrowolski +# [0000212] Selecting branch from popup was not working. +$ /sales/manage/customer_branches.php + +01-Mar-2010 Joe Hunt ! Allow change of password without script in Create/Update Company. $ /admin/create_coy.php 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();