From 0099a09e9b14772f717fa2a02c3d18fcfdc8d5b5 Mon Sep 17 00:00:00 2001 From: Vishal Dhayagude Date: Wed, 10 Jan 2018 16:30:09 +0530 Subject: [PATCH] [fix] fix print hide weight details in quotation print format (#12412) --- erpnext/selling/doctype/quotation_item/quotation_item.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/selling/doctype/quotation_item/quotation_item.json b/erpnext/selling/doctype/quotation_item/quotation_item.json index 4f5a295016a..f1a200782d5 100644 --- a/erpnext/selling/doctype/quotation_item/quotation_item.json +++ b/erpnext/selling/doctype/quotation_item/quotation_item.json @@ -1218,7 +1218,7 @@ "no_copy": 0, "permlevel": 0, "precision": "", - "print_hide": 0, + "print_hide": 1, "print_hide_if_no_value": 0, "read_only": 1, "remember_last_selected_value": 0, @@ -1248,7 +1248,7 @@ "no_copy": 0, "permlevel": 0, "precision": "", - "print_hide": 0, + "print_hide": 1, "print_hide_if_no_value": 0, "read_only": 1, "remember_last_selected_value": 0, @@ -1766,7 +1766,7 @@ "istable": 1, "max_attachments": 0, "menu_index": 0, - "modified": "2017-12-14 09:39:17.180709", + "modified": "2018-01-10 08:32:51.972304", "modified_by": "Administrator", "module": "Selling", "name": "Quotation Item",