blob: c5f8e0794ab2150f969704c3217fbe5f14a234c5 [file] [log] [blame]
Anand Doshi885e0742015-03-03 14:55:30 +05301# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
Rushabh Mehta0e132212015-02-04 17:02:24 +05302# 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"]