production: production_description in product

This commit is contained in:
Michał Zieliński
2025-10-08 07:49:12 +02:00
parent 2fac64346e
commit 7e0d56c670
6 changed files with 16 additions and 7 deletions

View File

@@ -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");