Merge branch 'master' of https://git.mokkon.com/sainw/fcs
This commit is contained in:
@@ -196,8 +196,8 @@ class _ShipmentRatesState extends State<ShipmentRates> {
|
||||
if (discounts == null) return [];
|
||||
return discounts.map((d) {
|
||||
return Container(
|
||||
child: _row(
|
||||
"${d.weight.toString()} lb", "\$ " + d.discount.toString(), ''),
|
||||
child: _row("${d.weight.toStringAsFixed(2)} lb",
|
||||
"\$ " + d.discount.toString(), ''),
|
||||
);
|
||||
}).toList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user