Merge branch 'multi-currency-payroll' of https://github.com/AfshanKhan/erpnext into multi-currency-payroll

Merge branch 'multi-currency-payroll' of https://github.com/AfshanKhan/erpnext into multi-currency-payroll
This commit is contained in:
Afshan
2020-10-24 15:19:27 +05:30

View File

@@ -13,8 +13,8 @@ from erpnext.accounts.doctype.accounting_dimension.accounting_dimension import g
class AssetValueAdjustment(Document):
def validate(self):
self.validate_date()
self.set_current_asset_value()
self.set_difference_amount()
self.set_current_asset_value()
def on_submit(self):
self.make_depreciation_entry()