fix: remove internal fields from print (#19101)

This commit is contained in:
Rohan
2019-09-30 10:54:01 +05:30
committed by Nabin Hait
parent 25ab1e41df
commit e19e16fbf1
4 changed files with 2187 additions and 2182 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -591,7 +591,6 @@
"oldfieldname": "purchase_order", "oldfieldname": "purchase_order",
"oldfieldtype": "Link", "oldfieldtype": "Link",
"options": "Purchase Order", "options": "Purchase Order",
"print_hide": 1,
"read_only": 1, "read_only": 1,
"search_index": 1 "search_index": 1
}, },
@@ -607,6 +606,7 @@
"fieldname": "include_exploded_items", "fieldname": "include_exploded_items",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Include Exploded Items", "label": "Include Exploded Items",
"print_hide": 1,
"read_only": 1 "read_only": 1
}, },
{ {
@@ -758,7 +758,7 @@
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"modified": "2019-06-02 06:36:17.078419", "modified": "2019-09-17 22:32:05.984240",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Purchase Invoice Item", "name": "Purchase Invoice Item",

View File

@@ -267,6 +267,7 @@
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Last Purchase Rate", "label": "Last Purchase Rate",
"options": "currency", "options": "currency",
"print_hide": 1,
"read_only": 1 "read_only": 1
}, },
{ {
@@ -561,7 +562,8 @@
"depends_on": "eval:parent.is_subcontracted == 'Yes'", "depends_on": "eval:parent.is_subcontracted == 'Yes'",
"fieldname": "include_exploded_items", "fieldname": "include_exploded_items",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Include Exploded Items" "label": "Include Exploded Items",
"print_hide": 1
}, },
{ {
"fieldname": "section_break_56", "fieldname": "section_break_56",
@@ -701,7 +703,7 @@
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"modified": "2019-06-23 20:03:13.818917", "modified": "2019-09-17 22:32:34.703923",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Purchase Order Item", "name": "Purchase Order Item",
@@ -712,4 +714,4 @@
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"track_changes": 1 "track_changes": 1
} }