Merge branch 'version-15-hotfix' into mergify/bp/version-15-hotfix/pr-39429

This commit is contained in:
mergify[bot] 2024-01-17 16:26:04 +00:00 committed by GitHub
commit c8b3478fe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -764,17 +764,14 @@ def get_wdv_or_dd_depr_amount(
has_wdv_or_dd_non_yearly_pro_rata,
asset_depr_schedule,
):
return (
get_default_wdv_or_dd_depr_amount(
asset,
fb_row,
depreciable_value,
schedule_idx,
prev_depreciation_amount,
has_wdv_or_dd_non_yearly_pro_rata,
asset_depr_schedule,
),
None,
return get_default_wdv_or_dd_depr_amount(
asset,
fb_row,
depreciable_value,
schedule_idx,
prev_depreciation_amount,
has_wdv_or_dd_non_yearly_pro_rata,
asset_depr_schedule,
)