mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-18 06:15:10 +00:00
leave_application letter head fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# REMEMBER to update this
|
||||
# ========================
|
||||
|
||||
last_patch = 320
|
||||
last_patch = 321
|
||||
|
||||
#-------------------------------------------
|
||||
|
||||
@@ -1281,3 +1281,5 @@ def execute(patch_no):
|
||||
sql("delete from tabFeed where doc_name like 'New %'")
|
||||
elif patch_no == 320:
|
||||
reload_doc('setup', 'doctype', 'series_detail')
|
||||
elif patch_no == 321:
|
||||
reload_doc('hr','doctype','leave_application')
|
||||
|
||||
Reference in New Issue
Block a user