mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
remove logging statement
This commit is contained in:
@@ -252,7 +252,6 @@ frappe.ui.form.on('Payment Entry', {
|
||||
date: frm.doc.posting_date
|
||||
},
|
||||
callback: function(r, rt) {
|
||||
console.log(r, rt);
|
||||
if(r.message) {
|
||||
if(frm.doc.payment_type == "Receive") {
|
||||
frm.set_value("paid_from", r.message.party_account);
|
||||
|
||||
Reference in New Issue
Block a user