commit | 3ef11b1d647666b2eed836fd7f449e1b1bb88f8f | [log] [tgz] |
---|---|---|
author | hasnain2808 <hasnain2808@gmail.com> | Thu Sep 24 13:21:23 2020 +0530 |
committer | hasnain2808 <hasnain2808@gmail.com> | Thu Sep 24 13:21:23 2020 +0530 |
tree | ba7a67a7721313e41fdcda02d0b60d3a1c26aa43 | |
parent | f44524dd3e3ed87ed112d99ea7fef8cf450c9dcd [diff] [blame] |
feat(UAE VAT 21): Add region fields for UAE VAT 21
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 72be2dc..ec34c4e 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -243,6 +243,9 @@ "erpnext.regional.italy.utils.sales_invoice_on_cancel", "erpnext.erpnext_integrations.taxjar_integration.delete_transaction" ], + "validate": [ + "erpnext.regional.united_arab_emirates.utils.validate_returns", + ], "on_trash": "erpnext.regional.check_deletion_permission" }, "Purchase Invoice": {