* Fix bug #23611.
This commit is contained in:
@@ -64,7 +64,7 @@ function loadBranch()
|
||||
*/
|
||||
function loadProductBranches(productID)
|
||||
{
|
||||
var param = '';
|
||||
var param = 'all';
|
||||
if(page == 'create') param = 'active';
|
||||
$('#branch').remove();
|
||||
$('#branch_chosen').remove();
|
||||
|
||||
Reference in New Issue
Block a user