blob: e760f247eb4d0b2bea43699e7696dcbf15c6d39a [file] [log] [blame]
Rushabh Mehta0e132212015-02-04 17:02:24 +05301# Copyright (c) 2015, Web Notes Technologies Pvt. Ltd. and Contributors
2# License: GNU General Public License v3. See license.txt
3
4def print_settings_for_item_table(doc):
5 doc.print_templates = {
6 "description": "templates/print_formats/includes/item_table_description.html",
7 "qty": "templates/print_formats/includes/item_table_qty.html"
8 }
9 doc.hide_in_print_layout = ["item_code", "item_name", "image", "uom", "stock_uom"]