mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 10:45:29 +00:00
fix:linter issue
(cherry picked from commit be0cb5289f)
# Conflicts:
# erpnext/assets/doctype/asset_depreciation_schedule/asset_depreciation_schedule.py
This commit is contained in:
@@ -699,7 +699,14 @@ def get_straight_line_or_manual_depr_amount(
|
||||
)
|
||||
),
|
||||
add_days(
|
||||
<<<<<<< HEAD
|
||||
get_last_day(add_months(row.depreciation_start_date, -1 * row.frequency_of_depreciation)), 1
|
||||
=======
|
||||
get_last_day(
|
||||
add_months(row.depreciation_start_date, -1 * row.frequency_of_depreciation)
|
||||
),
|
||||
1,
|
||||
>>>>>>> be0cb5289f (fix:linter issue)
|
||||
),
|
||||
)
|
||||
+ 1
|
||||
|
||||
Reference in New Issue
Block a user