Removed errprint from purchase register

This commit is contained in:
Akhilesh Darjee 2013-06-27 11:06:11 +05:30
parent 16c06dc713
commit f1845cf7c9

View File

@ -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):