mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-31 02:01:53 +02:00
fix: remove debugger statement (#20294)
introduced in https://github.com/frappe/erpnext/pull/20222
This commit is contained in:
committed by
Nabin Hait
parent
2d37bbedaa
commit
c50f08a23a
@@ -135,8 +135,6 @@ erpnext.selling.SalesOrderController = erpnext.selling.SellingController.extend(
|
||||
}
|
||||
if(doc.status !== 'Closed') {
|
||||
if(doc.status !== 'On Hold') {
|
||||
debugger;
|
||||
|
||||
allow_delivery = this.frm.doc.items.some(item => item.delivered_by_supplier === 0 && item.qty > flt(item.delivered_qty))
|
||||
&& !this.frm.doc.skip_delivery_note
|
||||
|
||||
|
||||
Reference in New Issue
Block a user