fix rate cal

This commit is contained in:
Sai Naw Wun
2020-10-28 06:01:36 +06:30
parent d5c2407545
commit c89d10db75

View File

@@ -125,6 +125,7 @@ class _ShipmentRatesCalState extends State<ShipmentRatesCal> {
callback: (v) { callback: (v) {
setState(() { setState(() {
_cargoType = v; _cargoType = v;
_calShipmentWeight();
}); });
}, },
labelKey: "cargo.type", labelKey: "cargo.type",