modify FCS shipment

This commit is contained in:
PhyoThandar
2020-10-07 18:19:12 +06:30
parent 8a680911b2
commit 6e3c5bba28
7 changed files with 226 additions and 298 deletions

View File

@@ -218,7 +218,7 @@ class _HomePageState extends State<HomePage> {
btnCallback: () =>
Navigator.of(context).push(BottomUpPageRoute(ShipmentRates())));
final fcsShipmentBtn = TaskButton("shipment.title",
final fcsShipmentBtn = TaskButton("FCSshipment.title",
icon: Ionicons.ios_airplane,
btnCallback: () =>
Navigator.of(context).push(BottomUpPageRoute(FcsShipmentList())));