From c58887b44a040f010b499e90c90fb52eb479767c Mon Sep 17 00:00:00 2001 From: Sudharsanan11 Date: Mon, 2 Feb 2026 11:59:42 +0530 Subject: [PATCH] fix(stock): ignore packing slip while cancelling the sales invoice --- erpnext/accounts/doctype/sales_invoice/sales_invoice.js | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js index 0ba6feef6da..6682270b4c9 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js @@ -44,6 +44,7 @@ erpnext.accounts.SalesInvoiceController = class SalesInvoiceController extends ( "Unreconcile Payment Entries", "Serial and Batch Bundle", "Bank Transaction", + "Packing Slip", ]; if (!this.frm.doc.__islocal && !this.frm.doc.customer && this.frm.doc.debit_to) {