From b9d95711a236b65855acdac76afe00b8d207b07f Mon Sep 17 00:00:00 2001 From: trustedcomputer Date: Sat, 28 Feb 2026 18:10:07 -0800 Subject: [PATCH] fix: remove read-only property from Sales Invoice Timesheet Table --- erpnext/accounts/doctype/sales_invoice/sales_invoice.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index de75c0c44df..f97e641c757 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -800,8 +800,7 @@ "hide_seconds": 1, "label": "Time Sheets", "options": "Sales Invoice Timesheet", - "print_hide": 1, - "read_only": 1 + "print_hide": 1 }, { "default": "0", @@ -2331,7 +2330,7 @@ "link_fieldname": "consolidated_invoice" } ], - "modified": "2026-02-25 12:41:57.043459", + "modified": "2026-02-28 17:58:56.453076", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice",