* Fix bug for create execution.
This commit is contained in:
@@ -177,9 +177,6 @@ function loadBranches(product)
|
|||||||
disableSelectedProduct();
|
disableSelectedProduct();
|
||||||
}
|
}
|
||||||
|
|
||||||
var branch = $('#branch' + index);
|
|
||||||
loadPlans(product, branch);
|
|
||||||
|
|
||||||
if(typeof isStage != 'undefined' && isStage == true)
|
if(typeof isStage != 'undefined' && isStage == true)
|
||||||
{
|
{
|
||||||
$tableRow.find("select[name^='branch'] option").attr('selected', 'selected');
|
$tableRow.find("select[name^='branch'] option").attr('selected', 'selected');
|
||||||
@@ -187,6 +184,10 @@ function loadBranches(product)
|
|||||||
$tableRow.find("div[id^='branch']").addClass('chosen-disabled');
|
$tableRow.find("div[id^='branch']").addClass('chosen-disabled');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var branch = $('#branch' + index);
|
||||||
|
loadPlans(product, branch);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user