mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
Removed errprint from purchase register
This commit is contained in:
@@ -155,8 +155,6 @@ def get_invoice_po_pr_map(invoice_list):
|
||||
invoice_po_pr_map.setdefault(d.parent, webnotes._dict()).setdefault(
|
||||
"project_name", []).append(d.project_name)
|
||||
|
||||
webnotes.errprint(invoice_po_pr_map)
|
||||
|
||||
return invoice_po_pr_map
|
||||
|
||||
def get_account_details(invoice_list):
|
||||
|
||||
Reference in New Issue
Block a user