chore: Linting Issues
This commit is contained in:
parent
bcff4b0e5a
commit
63b126967e
@ -8,13 +8,12 @@ from frappe.model.document import Document
|
|||||||
|
|
||||||
|
|
||||||
class AccountingDimensionFilter(Document):
|
class AccountingDimensionFilter(Document):
|
||||||
|
|
||||||
def before_save(self):
|
def before_save(self):
|
||||||
# If restriction is not applied on values, then remove all the dimensions and set allow_or_restrict to Restrict
|
# If restriction is not applied on values, then remove all the dimensions and set allow_or_restrict to Restrict
|
||||||
if not self.apply_restriction_on_values:
|
if not self.apply_restriction_on_values:
|
||||||
self.allow_or_restrict = "Restrict"
|
self.allow_or_restrict = "Restrict"
|
||||||
self.set("dimensions", [])
|
self.set("dimensions", [])
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
self.validate_applicable_accounts()
|
self.validate_applicable_accounts()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user