mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 11:55:11 +00:00
refactor: remove log
This commit is contained in:
@@ -2518,8 +2518,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) {
|
||||
|
||||
Reference in New Issue
Block a user