add disable customer function
This commit is contained in:
@@ -120,8 +120,7 @@ class _CargoEditorState extends State<CargoEditor> {
|
||||
}
|
||||
|
||||
_delete() {
|
||||
showConfirmDialog(
|
||||
context, "cargo_type.edit.delete.confirm", _deleteCargoType);
|
||||
showConfirmDialog(context, "cargo.edit.delete.confirm", _deleteCargoType);
|
||||
}
|
||||
|
||||
_deleteCargoType() async {
|
||||
|
||||
Reference in New Issue
Block a user