We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42f2abf + c58887b commit ff2f015Copy full SHA for ff2f015
1 file changed
erpnext/accounts/doctype/sales_invoice/sales_invoice.js
@@ -44,6 +44,7 @@ erpnext.accounts.SalesInvoiceController = class SalesInvoiceController extends (
44
"Unreconcile Payment Entries",
45
"Serial and Batch Bundle",
46
"Bank Transaction",
47
+ "Packing Slip",
48
];
49
50
if (!this.frm.doc.__islocal && !this.frm.doc.customer && this.frm.doc.debit_to) {
0 commit comments