| build->product;?> |
product, "onchange='loadBranches(this.value);' class='form-control chosen'");?>
productType != 'normal')
{
if($product->branch) $branches = array($product->branch => $branches[$product->branch]);
echo html::select('branch', $branches, $build->branch, "class='form-control' style='width:100px'");
}
?>
| |