commit | 7bef18f3d821d3ad5dfb69544aced7887c7f3417 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Thu Jun 24 10:28:25 2021 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Thu Jun 24 10:28:25 2021 +0530 |
tree | 06d3f4d9da98742bacd6b00438b00561f84bdfb9 | |
parent | c8a6b31f062a9194d7214b968afc5246a9d11c1e [diff] |
fix: Remove unintentional changes
diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js index 3e12a43..7562418 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
@@ -28,7 +28,7 @@ } onload() { - this._super(); + super.onload(); if(!this.frm.doc.__islocal) { // show credit_to in print format