subject changed in payable voucher

This commit is contained in:
nabinhait 2011-06-21 17:04:22 +05:30
parent 31a73f2a26
commit 5559ed9269
2 changed files with 152 additions and 151 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
# REMEMBER to update this
# ========================
last_patch = 287
last_patch = 288
#-------------------------------------------
@ -1147,3 +1147,5 @@ def execute(patch_no):
reload_doc('accounts', 'search_criteria', 'itemwise_purchase_register')
elif patch_no == 287:
sql("update `tabDocField` set no_copy = 1 where fieldname in ('per_received', 'per_billed', 'per_delivered') and parent in ('Purchase Order', 'Purchase Receipt', 'Sales Order', 'Delivery Note')")
elif patch_no == 288:
reload_doc('accounts', 'doctype', 'payable_voucher')