mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
Salary Slip docfield update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# REMEMBER to update this
|
||||
# ========================
|
||||
|
||||
last_patch = 324
|
||||
last_patch = 325
|
||||
|
||||
#-------------------------------------------
|
||||
|
||||
@@ -1291,3 +1291,6 @@ def execute(patch_no):
|
||||
sql("delete from `tabDocField` where label = 'Get Current Stock' and parent = 'Stock Entry'")
|
||||
elif patch_no == 324:
|
||||
sql("delete from `tabDocField` where fieldname = 'test_field' and parent = 'Customer'")
|
||||
elif patch_no == 325:
|
||||
sql("update `tabDocField` set fieldtype = 'Data' where parent = 'Salary Slip' and fieldname = 'total_days_in_month'")
|
||||
reload_doc('hr', 'doctype', 'salary_slip')
|
||||
|
||||
Reference in New Issue
Block a user