We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bf84c commit f425f89Copy full SHA for f425f89
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