refactor: remove log

(cherry picked from commit bfc01441a0)
This commit is contained in:
Ejaaz Khan
2025-02-05 00:09:16 +05:30
committed by Mergify
parent c52362531c
commit df0ca2d198

View File

@@ -2483,8 +2483,6 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
}
payment_terms_template() {
console.log("payment_terms_template outside");
var me = this;
const doc = this.frm.doc;
if(doc.payment_terms_template && doc.doctype !== 'Delivery Note' && !doc.is_return) {