Change product quantity compoent precision to 8
This commit is contained in:
@@ -109,7 +109,7 @@ $dictionary['EcmStockOperation']=array(
|
||||
'name' => 'quantity',
|
||||
'vname' => 'LBL_QUANTITY',
|
||||
'type' => 'decimal',
|
||||
'len' => '15,4',
|
||||
'len' => '15,8',
|
||||
'required' => true,
|
||||
'massupdate'=>false,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user