mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-12 22:21:50 +00:00
fix: hide job card field in purchase order item
(cherry picked from commit f44bcae47d)
# Conflicts:
# erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
This commit is contained in:
@@ -913,6 +913,22 @@
|
||||
"fieldtype": "Column Break"
|
||||
},
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
"fieldname": "column_break_pjyo",
|
||||
"fieldtype": "Column Break"
|
||||
},
|
||||
{
|
||||
"fieldname": "job_card",
|
||||
"fieldtype": "Link",
|
||||
"label": "Job Card",
|
||||
"no_copy": 1,
|
||||
"options": "Job Card",
|
||||
"print_hide": 1,
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
>>>>>>> f44bcae47d (fix: hide job card field in purchase order item)
|
||||
"fieldname": "distributed_discount_amount",
|
||||
"fieldtype": "Currency",
|
||||
"label": "Distributed Discount Amount",
|
||||
@@ -934,7 +950,11 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"modified": "2025-03-13 17:27:44.468602",
|
||||
=======
|
||||
"modified": "2026-07-15 10:30:04.600510",
|
||||
>>>>>>> f44bcae47d (fix: hide job card field in purchase order item)
|
||||
"modified_by": "Administrator",
|
||||
"module": "Buying",
|
||||
"name": "Purchase Order Item",
|
||||
|
||||
Reference in New Issue
Block a user