mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 18:25:32 +00:00
@@ -699,7 +699,8 @@ def get_straight_line_or_manual_depr_amount(
|
||||
)
|
||||
),
|
||||
add_days(
|
||||
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,
|
||||
),
|
||||
)
|
||||
+ 1
|
||||
|
||||
Reference in New Issue
Block a user