diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json index 557c2940ef5..e26b5f5bbf9 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json @@ -606,10 +606,12 @@ { "default": "0", "depends_on": "eval:doc.items.every((item) => !item.pr_detail)", + "description": "If checked, updates inventory; stock and accounting entries are created together. Leave unchecked if a Purchase Receipt is created separately.", "fieldname": "update_stock", "fieldtype": "Check", "label": "Update Stock", - "print_hide": 1 + "print_hide": 1, + "show_description_on_click": 1 }, { "fieldname": "scan_barcode", @@ -1698,7 +1700,7 @@ "idx": 204, "is_submittable": 1, "links": [], - "modified": "2026-05-28 12:36:55.215363", + "modified": "2026-06-13 18:36:46.704623", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice", diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index 5c9289d3b51..dd09e7b1fd8 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -717,6 +717,7 @@ { "default": "0", "depends_on": "eval:doc.items.every((item) => !item.dn_detail)", + "description": "If checked, updates inventory; stock and accounting entries are created together. Leave unchecked if a Delivery Note is created separately.", "fieldname": "update_stock", "fieldtype": "Check", "hide_days": 1, @@ -724,7 +725,8 @@ "label": "Update Stock", "oldfieldname": "update_stock", "oldfieldtype": "Check", - "print_hide": 1 + "print_hide": 1, + "show_description_on_click": 1 }, { "fieldname": "scan_barcode",