subject changed in payable voucher
This commit is contained in:
parent
31a73f2a26
commit
5559ed9269
File diff suppressed because it is too large
Load Diff
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user