[fix] analytics reports + remove print item tables #2667

This commit is contained in:
Rushabh Mehta
2015-02-03 17:55:52 +05:30
parent d2b762d760
commit c567e8e960
6 changed files with 8 additions and 10 deletions

View File

@@ -13,9 +13,8 @@ from erpnext.controllers.stock_controller import StockController
class SellingController(StockController):
def __setup__(self):
if hasattr(self, "items"):
self.table_print_templates = {
"items": "templates/print_formats/includes/item_grid.html",
"taxes": "templates/print_formats/includes/taxes.html",
self.print_templates = {
"taxes": "templates/print_formats/includes/taxes.html"
}
def get_feed(self):