mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
Merge branch '1310' of github.com:webnotes/erpnext
This commit is contained in:
@@ -74,4 +74,4 @@ def get_si_posting_date_map():
|
||||
for t in webnotes.conn.sql("""select name, posting_date from `tabSales Invoice`"""):
|
||||
si_posting_date_map[t[0]] = t[1]
|
||||
|
||||
return si_posting_date_map
|
||||
return si_posting_date_map
|
||||
|
||||
@@ -73,4 +73,4 @@ def get_pi_posting_date_map():
|
||||
for t in webnotes.conn.sql("""select name, posting_date from `tabPurchase Invoice`"""):
|
||||
pi_posting_date_map[t[0]] = t[1]
|
||||
|
||||
return pi_posting_date_map
|
||||
return pi_posting_date_map
|
||||
|
||||
Reference in New Issue
Block a user