code alignment

This commit is contained in:
pawan 2018-01-22 17:34:27 +05:30
parent 4ab6ef89a1
commit afab0a64e5

View File

@ -38,7 +38,7 @@ class PurchaseOrder(BuyingController):
super(PurchaseOrder, self).onload()
self.set_onload('disable_fetch_last_purchase_rate',
cint(frappe.db.get_single_value("Buying Settings", "disable_fetch_last_purchase_rate")))
cint(frappe.db.get_single_value("Buying Settings", "disable_fetch_last_purchase_rate")))
def validate(self):
super(PurchaseOrder, self).validate()