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