remove logging statement

This commit is contained in:
tunde 2017-09-19 21:30:34 +01:00
parent 3387d026b1
commit 4712ed6377

View File

@ -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);