Change product quantity compoent precision to 8

This commit is contained in:
2025-05-09 17:10:32 +00:00
parent e86a199c5e
commit f1a0b7be5e
7 changed files with 24 additions and 22 deletions

View File

@@ -109,7 +109,7 @@ $dictionary['EcmStockOperation']=array(
'name' => 'quantity',
'vname' => 'LBL_QUANTITY',
'type' => 'decimal',
'len' => '15,4',
'len' => '15,8',
'required' => true,
'massupdate'=>false,
),