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