fix number formatting

This commit is contained in:
Sai Naw Wun
2020-10-22 05:27:03 +06:30
parent e5540c5491
commit bbacbd151a
5 changed files with 40 additions and 23 deletions

View File

@@ -169,6 +169,7 @@ class _InvoiceEditorState extends State<InvoiceEditor> {
);
final cartonTable = InvoiceCartonTable(
cartons: _cartons,
rate: rate,
onSelect: (c, checked) {
setState(() {
c.isChecked = checked;