[fix] #11880- Item wise report showing price list and stock available (#11885)

* [fix] #11880

* review comments

* codacy fixes
This commit is contained in:
Pawan Mehta
2017-12-12 15:05:03 +05:30
committed by Nabin Hait
parent 34ed1df9ef
commit bb7fab52d1
5 changed files with 159 additions and 1 deletions

View File

@@ -56,7 +56,12 @@ def get_data():
"name": "Stock Ageing",
"doctype": "Item",
},
{
"type": "report",
"is_query_report": True,
"name": "Item Price Stock",
"doctype": "Item",
}
]
},
{