mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
map schedule date from po to pr
This commit is contained in:
@@ -406,6 +406,9 @@ def execute(patch_no):
|
||||
m.doc.save()
|
||||
m.validate()
|
||||
elif patch_no == 375:
|
||||
from webnotes.session_cache import clear_cache
|
||||
clear_cache(webnotes.session['user'])
|
||||
elif patch_no == 376:
|
||||
comp = sql("select name from tabCompany where docstatus!=2")
|
||||
fy = sql("select name from `tabFiscal Year` order by year_start_date asc")
|
||||
for c in comp:
|
||||
|
||||
Reference in New Issue
Block a user