Anand Doshi | 885e074 | 2015-03-03 14:55:30 +0530 | [diff] [blame] | 1 | # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors |
Rushabh Mehta | 0e13221 | 2015-02-04 17:02:24 +0530 | [diff] [blame] | 2 | # License: GNU General Public License v3. See license.txt |
| 3 | |
| 4 | def 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"] |