mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
fix
This commit is contained in:
@@ -1201,7 +1201,4 @@ def execute(patch_no):
|
|||||||
elif patch_no == 302:
|
elif patch_no == 302:
|
||||||
sql("update `tabDocField` set no_copy = 1 where fieldname = 'naming_series'")
|
sql("update `tabDocField` set no_copy = 1 where fieldname = 'naming_series'")
|
||||||
elif patch_no == 303:
|
elif patch_no == 303:
|
||||||
for dt in sql("SELECT name FROM `tabJournal Voucher` where docstatus != 2 order by modified desc"):
|
pass
|
||||||
obj = get_obj('Journal Voucher',dt[0])
|
|
||||||
obj.set_print_format_fields()
|
|
||||||
obj.doc.save()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user