Removed errprint from purchase register
This commit is contained in:
parent
16c06dc713
commit
f1845cf7c9
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user