Skip to content

Commit c58887b

Browse files
committed
fix(stock): ignore packing slip while cancelling the sales invoice
1 parent c7fd855 commit c58887b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

erpnext/accounts/doctype/sales_invoice/sales_invoice.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ erpnext.accounts.SalesInvoiceController = class SalesInvoiceController extends (
4444
"Unreconcile Payment Entries",
4545
"Serial and Batch Bundle",
4646
"Bank Transaction",
47+
"Packing Slip",
4748
];
4849

4950
if (!this.frm.doc.__islocal && !this.frm.doc.customer && this.frm.doc.debit_to) {

0 commit comments

Comments
 (0)