codacy fixes
This commit is contained in:
parent
93c015a42b
commit
6de18ce589
@ -213,7 +213,6 @@ erpnext.accounts.JournalEntry = frappe.ui.form.Controller.extend({
|
||||
input.add_options(options);
|
||||
frappe.model.set_value(cdt, cdn, "reference_due_date", options[0]);
|
||||
me.due_date_options_cache[d.reference_name] = options;
|
||||
console.log("input:", input);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -1,10 +1,8 @@
|
||||
from __future__ import unicode_literals
|
||||
import frappe
|
||||
|
||||
"""
|
||||
This will update existing GL Entries by saving its linked Purchase/Sales Invoice's
|
||||
and Journal Entry's due date as the due date for the GL Entry
|
||||
"""
|
||||
"""This will update existing GL Entries by saving its linked Purchase/Sales Invoice's
|
||||
and Journal Entry's due date as the due date for the GL Entry"""
|
||||
|
||||
|
||||
def execute():
|
||||
|
Loading…
x
Reference in New Issue
Block a user