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 d0ff91b0e0
commit 95903c9f96

View File

@@ -2217,8 +2217,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) {