fix number formatting
This commit is contained in:
@@ -169,6 +169,7 @@ class _InvoiceEditorState extends State<InvoiceEditor> {
|
||||
);
|
||||
final cartonTable = InvoiceCartonTable(
|
||||
cartons: _cartons,
|
||||
rate: rate,
|
||||
onSelect: (c, checked) {
|
||||
setState(() {
|
||||
c.isChecked = checked;
|
||||
|
||||
Reference in New Issue
Block a user