Update __init__.py
diff --git a/erpnext/regional/__init__.py b/erpnext/regional/__init__.py
index 510ed58..1bd3357 100644
--- a/erpnext/regional/__init__.py
+++ b/erpnext/regional/__init__.py
@@ -7,5 +7,5 @@
 
 def check_deletion_permission(doc, method):
 	region = get_region()
-	if region in ["Nepal", "France"]:
-		frappe.throw(_("Deletion is not permitted for country {0}".format(region)))
\ No newline at end of file
+	if region in ["Nepal", "France"] and doc.docstatus != 0:
+		frappe.throw(_("Deletion is not permitted for country {0}".format(region)))