fix: Remove unintentional changes
This commit is contained in:
parent
c8a6b31f06
commit
7bef18f3d8
@ -28,7 +28,7 @@ erpnext.accounts.PurchaseInvoice = class PurchaseInvoice extends erpnext.buying.
|
||||
}
|
||||
|
||||
onload() {
|
||||
this._super();
|
||||
super.onload();
|
||||
|
||||
if(!this.frm.doc.__islocal) {
|
||||
// show credit_to in print format
|
||||
|
Loading…
x
Reference in New Issue
Block a user