delievery billing status patch

This commit is contained in:
Nabin Hait
2011-09-14 11:40:01 +05:30
parent 67127150ae
commit f2718d1064
2 changed files with 38 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
# REMEMBER to update this
# ========================
last_patch = 364
last_patch = 365
#-------------------------------------------
@@ -337,3 +337,6 @@ def execute(patch_no):
for d in mappers:
if d[0] and d[1]:
reload_doc(d[1].lower(), 'DocType Mapper', d[0])
elif patch_no == 365:
from patches.delivery_billing_status_patch import run_patch
run_patch()