From e8e6928c819db221a5714b56570eecc8df180579 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 1 Mar 2010 20:42:39 +0000 Subject: [PATCH] [0000212] Selecting customer branches form popup was not working. --- CHANGELOG.txt | 6 +++++- sales/manage/customer_branches.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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(); -- 2.30.2