commit | d7ac84f430d232d73ce567b31a3c97d70876f7e2 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Wed Feb 08 10:18:30 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Wed Feb 08 10:18:30 2012 +0530 |
tree | d79adb412994f493083459662890af0da68ba1e0 | |
parent | 02035d071a4e26e872dbc774bfb1caaf3f9e25de [diff] |
removed msgprint in pending po items to receive report
diff --git a/erpnext/buying/search_criteria/pending_po_items_to_receive/pending_po_items_to_receive.py b/erpnext/buying/search_criteria/pending_po_items_to_receive/pending_po_items_to_receive.py index 159d393..3b94497 100644 --- a/erpnext/buying/search_criteria/pending_po_items_to_receive/pending_po_items_to_receive.py +++ b/erpnext/buying/search_criteria/pending_po_items_to_receive/pending_po_items_to_receive.py
@@ -1,3 +1,2 @@ -msgprint(colwidths) colwidths[col_idx['Pending Quantity To Receive']] = '200px' -colwidths[col_idx['Pending Amount To Receive']] = '200px' \ No newline at end of file +colwidths[col_idx['Pending Amount To Receive']] = '200px'