diff --git a/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json b/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json index feb1a9b8828..6b788d31ed5 100644 --- a/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json +++ b/erpnext/buying/doctype/purchase_order_item/purchase_order_item.json @@ -910,13 +910,46 @@ { "fieldname": "column_break_fyqr", "fieldtype": "Column Break" +<<<<<<< HEAD +======= + }, + { + "fieldname": "column_break_pjyo", + "fieldtype": "Column Break" + }, + { + "fieldname": "job_card", + "fieldtype": "Link", + "label": "Job Card", + "options": "Job Card", + "search_index": 1 + }, + { + "fieldname": "distributed_discount_amount", + "fieldtype": "Currency", + "label": "Distributed Discount Amount", + "options": "currency" + }, + { + "allow_on_submit": 1, + "fieldname": "sco_qty", + "fieldtype": "Float", + "label": "Subcontracted Quantity", + "no_copy": 1, + "non_negative": 1, + "read_only": 1 +>>>>>>> dfc3dc4944 (fix: set sco_qty field of PO to non negative) } ], "idx": 1, "index_web_pages_for_search": 1, "istable": 1, "links": [], +<<<<<<< HEAD "modified": "2024-02-05 11:23:24.859435", +======= + "modified": "2025-02-18 12:35:04.432636", +>>>>>>> dfc3dc4944 (fix: set sco_qty field of PO to non negative) "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order Item",