mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 00:37:15 +00:00
test: made minor change in existing test
(cherry picked from commit d40b55468c)
This commit is contained in:
@@ -1723,7 +1723,7 @@ def create_asset(**args):
|
||||
"depreciation_start_date": args.depreciation_start_date,
|
||||
"daily_prorata_based": args.daily_prorata_based or 0,
|
||||
"shift_based": args.shift_based or 0,
|
||||
"rate_of_depreciation": args.rate_of_depreciation or 40,
|
||||
"rate_of_depreciation": args.rate_of_depreciation or 0,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user