Adjust qty label
This commit is contained in:
parent
c28213e5d3
commit
14758f7b1c
|
|
@ -169,7 +169,7 @@ class _ProductEditState extends State<ProductEdit> {
|
|||
),
|
||||
if (company.enableProductQuantity)
|
||||
DecoratedFormField(
|
||||
label: localization.quantity,
|
||||
label: localization.defaultQuantity,
|
||||
controller: _quantityController,
|
||||
keyboardType:
|
||||
TextInputType.numberWithOptions(decimal: true),
|
||||
|
|
|
|||
Loading…
Reference in New Issue