From 7ce2f55ca9b1cc9a27e1e3c1725d665bc318fa56 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 24 Feb 2015 16:06:14 +0530 Subject: [PATCH] print_hide for total_taxes_and_charges in buying --- .../accounts/doctype/purchase_invoice/purchase_invoice.json | 5 +++-- erpnext/buying/doctype/purchase_order/purchase_order.json | 3 ++- .../doctype/supplier_quotation/supplier_quotation.json | 3 ++- erpnext/stock/doctype/purchase_receipt/purchase_receipt.json | 5 +++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json index b89f21591e..71c2287bbe 100755 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json @@ -427,7 +427,8 @@ "label": "Total Taxes and Charges", "options": "currency", "permlevel": 0, - "precision": "" + "precision": "", + "print_hide": 1 }, { "fieldname": "section_break_44", @@ -962,7 +963,7 @@ "icon": "icon-file-text", "idx": 1, "is_submittable": 1, - "modified": "2015-02-24 15:24:24.402882", + "modified": "2015-02-24 15:59:49.908324", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice", diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.json b/erpnext/buying/doctype/purchase_order/purchase_order.json index 273bf2703f..6188fbc87d 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.json +++ b/erpnext/buying/doctype/purchase_order/purchase_order.json @@ -410,6 +410,7 @@ "options": "currency", "permlevel": 0, "precision": "", + "print_hide": 1, "read_only": 1 }, { @@ -856,7 +857,7 @@ "icon": "icon-file-text", "idx": 1, "is_submittable": 1, - "modified": "2015-02-24 15:23:59.609724", + "modified": "2015-02-24 16:00:36.892356", "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order", diff --git a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json index 8b5f8d6578..0b983d984c 100644 --- a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json +++ b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json @@ -400,6 +400,7 @@ "options": "currency", "permlevel": 0, "precision": "", + "print_hide": 1, "read_only": 1 }, { @@ -657,7 +658,7 @@ "icon": "icon-shopping-cart", "idx": 1, "is_submittable": 1, - "modified": "2015-02-24 15:23:43.663479", + "modified": "2015-02-24 16:03:33.709771", "modified_by": "Administrator", "module": "Buying", "name": "Supplier Quotation", diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json index 60ea3d49d6..fb279dbd92 100755 --- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json +++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json @@ -402,7 +402,8 @@ "label": "Total Taxes and Charges", "options": "currency", "permlevel": 0, - "precision": "" + "precision": "", + "print_hide": 1 }, { "fieldname": "section_break_42", @@ -849,7 +850,7 @@ "icon": "icon-truck", "idx": 1, "is_submittable": 1, - "modified": "2015-02-24 15:24:11.158048", + "modified": "2015-02-24 16:00:11.869752", "modified_by": "Administrator", "module": "Stock", "name": "Purchase Receipt",