[0000212] Selecting customer branches form popup was not working.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 1 Mar 2010 20:42:39 +0000 (20:42 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 1 Mar 2010 20:42:39 +0000 (20:42 +0000)
CHANGELOG.txt
sales/manage/customer_branches.php

index 3c5062228d642177b74335488eae9661beb37812..7017f091f0df814fb967afd58e138f78854a2462 100644 (file)
@@ -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
 
index 3850e8baa59738fcfa299ac1f2d264cb1c24044e..2248b761310aea7026fb388b02a87c978ef9ebff 100644 (file)
@@ -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();