update processing,customer and staff
This commit is contained in:
@@ -205,7 +205,7 @@ class _CargoTableState extends State<CargoTable> {
|
||||
alignment: Alignment.centerRight,
|
||||
child: InkWell(
|
||||
onTap: () async {
|
||||
String _t = await showDialog(
|
||||
String? _t = await showDialog(
|
||||
context: context,
|
||||
builder: (_) => DialogInput(
|
||||
label: "shipment.cargo.total",
|
||||
|
||||
@@ -853,7 +853,7 @@ class _CartonEditorState extends State<CartonEditor> {
|
||||
carton.deliveryAddress = _carton!.deliveryAddress;
|
||||
|
||||
try {
|
||||
Carton _c = await Navigator.push(
|
||||
Carton? _c = await Navigator.push(
|
||||
context,
|
||||
CupertinoPageRoute(
|
||||
builder: (context) => PackageCartonEditor(
|
||||
|
||||
Reference in New Issue
Block a user