production: production_description in product
This commit is contained in:
@@ -56,7 +56,9 @@ $detail->preDisplay();
|
||||
$uunit.='>'.$row['name'].'</option>';
|
||||
$uunit_array[$row['id']] = $row['name'];
|
||||
}
|
||||
$detail->ss->assign("USAGE_UNIT_ID",$uunit);
|
||||
$detail->ss->assign("USAGE_UNIT_ID",$uunit);
|
||||
|
||||
$detail->ss->assign("PRODUCTION_DESCRIPTION",$focus->production_description);
|
||||
|
||||
$tax='';
|
||||
$result = $db->query("select id,name from ecmvats where deleted='0' order by name asc");
|
||||
|
||||
Reference in New Issue
Block a user