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",
|
||||
|
||||
Reference in New Issue
Block a user