Merge pull request #52280 from aerele/fix/support-#57038

fix(stock): ignore packing slip while cancelling the sales invoice
This commit is contained in:
ruthra kumar
2026-02-03 13:53:51 +05:30
committed by GitHub

View File

@@ -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) {