Skip to content

Commit

Permalink
fix: remove no_copy for ignore_pricing_rule
Browse files Browse the repository at this point in the history
(cherry picked from commit 8c5b420)

# Conflicts:
#	erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
#	erpnext/buying/doctype/purchase_order/purchase_order.json
#	erpnext/selling/doctype/quotation/quotation.json
#	erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
  • Loading branch information
maharshivpatel authored and mergify[bot] committed Sep 20, 2022
1 parent 305693b commit 8abfdb6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@
"fieldname": "ignore_pricing_rule",
"fieldtype": "Check",
"label": "Ignore Pricing Rule",
"no_copy": 1,
"permlevel": 1,
"print_hide": 1
},
Expand Down Expand Up @@ -1423,7 +1422,11 @@
"idx": 204,
"is_submittable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2021-11-25 13:31:02.716727",
=======
"modified": "2022-09-16 17:45:25.345996",
>>>>>>> 8c5b420aea (fix: remove no_copy for ignore_pricing_rule)
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice",
Expand Down Expand Up @@ -1483,6 +1486,7 @@
"show_name_in_global_search": 1,
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"timeline_field": "supplier",
"title_field": "title",
"track_changes": 1
Expand Down
3 changes: 1 addition & 2 deletions erpnext/accounts/doctype/sales_invoice/sales_invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@
"hide_days": 1,
"hide_seconds": 1,
"label": "Ignore Pricing Rule",
"no_copy": 1,
"print_hide": 1
},
{
Expand Down Expand Up @@ -2046,7 +2045,7 @@
"link_fieldname": "consolidated_invoice"
}
],
"modified": "2022-07-11 17:43:56.435382",
"modified": "2022-09-16 17:44:22.227332",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Sales Invoice",
Expand Down
5 changes: 4 additions & 1 deletion erpnext/buying/doctype/purchase_order/purchase_order.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@
"fieldname": "ignore_pricing_rule",
"fieldtype": "Check",
"label": "Ignore Pricing Rule",
"no_copy": 1,
"permlevel": 1,
"print_hide": 1
},
Expand Down Expand Up @@ -1170,7 +1169,11 @@
"idx": 105,
"is_submittable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2022-04-26 12:16:38.694276",
=======
"modified": "2022-09-16 17:45:04.954055",
>>>>>>> 8c5b420aea (fix: remove no_copy for ignore_pricing_rule)
"modified_by": "Administrator",
"module": "Buying",
"name": "Purchase Order",
Expand Down
5 changes: 4 additions & 1 deletion erpnext/selling/doctype/quotation/quotation.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@
"fieldname": "ignore_pricing_rule",
"fieldtype": "Check",
"label": "Ignore Pricing Rule",
"no_copy": 1,
"permlevel": 1,
"print_hide": 1,
"show_days": 1,
Expand Down Expand Up @@ -1174,7 +1173,11 @@
"idx": 82,
"is_submittable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2022-06-15 20:35:32.635804",
=======
"modified": "2022-09-16 17:44:43.221804",
>>>>>>> 8c5b420aea (fix: remove no_copy for ignore_pricing_rule)
"modified_by": "Administrator",
"module": "Selling",
"name": "Quotation",
Expand Down
3 changes: 1 addition & 2 deletions erpnext/selling/doctype/sales_order/sales_order.json
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@
"hide_days": 1,
"hide_seconds": 1,
"label": "Ignore Pricing Rule",
"no_copy": 1,
"permlevel": 1,
"print_hide": 1
},
Expand Down Expand Up @@ -1549,7 +1548,7 @@
"idx": 105,
"is_submittable": 1,
"links": [],
"modified": "2022-06-10 03:52:22.212953",
"modified": "2022-09-16 17:43:57.007441",
"modified_by": "Administrator",
"module": "Selling",
"name": "Sales Order",
Expand Down
3 changes: 1 addition & 2 deletions erpnext/stock/doctype/delivery_note/delivery_note.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@
"fieldname": "ignore_pricing_rule",
"fieldtype": "Check",
"label": "Ignore Pricing Rule",
"no_copy": 1,
"permlevel": 1,
"print_hide": 1
},
Expand Down Expand Up @@ -1336,7 +1335,7 @@
"idx": 146,
"is_submittable": 1,
"links": [],
"modified": "2022-06-10 03:52:04.197415",
"modified": "2022-09-16 17:46:17.701904",
"modified_by": "Administrator",
"module": "Stock",
"name": "Delivery Note",
Expand Down
5 changes: 4 additions & 1 deletion erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@
"fieldname": "ignore_pricing_rule",
"fieldtype": "Check",
"label": "Ignore Pricing Rule",
"no_copy": 1,
"permlevel": 1,
"print_hide": 1
},
Expand Down Expand Up @@ -1149,7 +1148,11 @@
"idx": 261,
"is_submittable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2022-05-27 15:59:18.550583",
=======
"modified": "2022-09-16 17:45:58.430132",
>>>>>>> 8c5b420aea (fix: remove no_copy for ignore_pricing_rule)
"modified_by": "Administrator",
"module": "Stock",
"name": "Purchase Receipt",
Expand Down

0 comments on commit 8abfdb6

Please sign in to comment.