Merge pull request #52336 from frappe/mergify/bp/version-15-hotfix/pr-52280

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

View File

@@ -43,6 +43,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) {