Merge branch 'master' of https://git.mokkon.com/sainw/fcs
This commit is contained in:
@@ -82,7 +82,8 @@ class _DiscountByWeightListState extends State<DiscountByWeightList> {
|
||||
discountByWeight: discountByWeight)));
|
||||
},
|
||||
child: Container(
|
||||
child: _row("${discountByWeight.weight.toString()} lb",
|
||||
child: _row(
|
||||
"${discountByWeight.weight.toStringAsFixed(2)} lb",
|
||||
"\$ " + discountByWeight.discount.toString()),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user