Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -225,7 +225,7 @@ class _HomePageState extends State<HomePage> {
|
||||
icon: Octicons.package,
|
||||
btnCallback: () => Navigator.of(context).push<void>(CupertinoPageRoute(
|
||||
builder: (context) => PackageList(
|
||||
onlyFcs: true,
|
||||
forCustomer: false,
|
||||
))));
|
||||
|
||||
final receivingBtn = TaskButton("receiving.title",
|
||||
@@ -249,8 +249,10 @@ class _HomePageState extends State<HomePage> {
|
||||
|
||||
final shipmentBtnFcs = TaskButton("shipment",
|
||||
icon: SimpleLineIcons.direction,
|
||||
btnCallback: () => Navigator.of(context)
|
||||
.push(CupertinoPageRoute(builder: (context) => ShipmentList())));
|
||||
btnCallback: () => Navigator.of(context).push(CupertinoPageRoute(
|
||||
builder: (context) => ShipmentList(
|
||||
forCustomer: false,
|
||||
))));
|
||||
|
||||
final fcsShipmentBtn = TaskButton("FCSshipment.title",
|
||||
icon: Ionicons.ios_airplane,
|
||||
|
||||
Reference in New Issue
Block a user