* adjust code and fix bug.

This commit is contained in:
wangyidong
2015-11-20 10:45:18 +08:00
parent 7374c81949
commit c657433fa2
8 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -115,6 +115,6 @@ class branch extends control
$branches = $this->branch->getPairs($productID);
if($oldBranch) $branches = array($oldBranch => $branches[$oldBranch]);
die(html::select('branch', $branches, '', "class='form-control' onchange='loadBranch()'"));
die(html::select('branch', $branches, '', "class='form-control' onchange='loadBranch(this)'"));
}
}