add disable customer function
This commit is contained in:
@@ -126,7 +126,8 @@ class _CustomEditorState extends State<CustomEditor> {
|
||||
}
|
||||
|
||||
_delete() {
|
||||
showConfirmDialog(context, "cargo.edit.delete.confirm", _deleteCustomDuty);
|
||||
showConfirmDialog(
|
||||
context, "rate.custom.edit.delete.confirm", _deleteCustomDuty);
|
||||
}
|
||||
|
||||
_deleteCustomDuty() async {
|
||||
|
||||
Reference in New Issue
Block a user