code alignment
This commit is contained in:
parent
4ab6ef89a1
commit
afab0a64e5
@ -38,7 +38,7 @@ class PurchaseOrder(BuyingController):
|
|||||||
super(PurchaseOrder, self).onload()
|
super(PurchaseOrder, self).onload()
|
||||||
|
|
||||||
self.set_onload('disable_fetch_last_purchase_rate',
|
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):
|
def validate(self):
|
||||||
super(PurchaseOrder, self).validate()
|
super(PurchaseOrder, self).validate()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user