mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
fix(stock): ignore packing slip while cancelling the sales invoice
(cherry picked from commit c58887b44a)
This commit is contained in:
@@ -44,6 +44,7 @@ erpnext.accounts.SalesInvoiceController = class SalesInvoiceController extends (
|
|||||||
"Unreconcile Payment Entries",
|
"Unreconcile Payment Entries",
|
||||||
"Serial and Batch Bundle",
|
"Serial and Batch Bundle",
|
||||||
"Bank Transaction",
|
"Bank Transaction",
|
||||||
|
"Packing Slip",
|
||||||
];
|
];
|
||||||
|
|
||||||
if (!this.frm.doc.__islocal && !this.frm.doc.customer && this.frm.doc.debit_to) {
|
if (!this.frm.doc.__islocal && !this.frm.doc.customer && this.frm.doc.debit_to) {
|
||||||
|
|||||||
Reference in New Issue
Block a user