Codacy corrections

This commit is contained in:
Charles-Henri Decultot 2018-06-20 18:52:31 +00:00
parent bbed5d41ca
commit 19a47c3e0a
4 changed files with 17 additions and 18 deletions

View File

@ -6,4 +6,4 @@ frappe.ui.form.on('Subscription Plan', {
frm.toggle_reqd("cost", frm.doc.price_determination === 'Fixed rate');
frm.toggle_reqd("price_list", frm.doc.price_determination === 'Based on price list');
}
})
});

View File

@ -3,7 +3,6 @@
# For license information, please see license.txt
from __future__ import unicode_literals
from frappe.model.document import Document
import frappe
from frappe import _
from frappe.integrations.utils import create_request_log