add disable customer function

This commit is contained in:
Sai Naw Wun
2020-10-17 01:40:24 +06:30
parent 13fa1903bc
commit fa9738f307
28 changed files with 196 additions and 205 deletions

View File

@@ -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 {