mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
chore: remove print statement
This commit is contained in:
@@ -658,7 +658,7 @@ def _get_pro_rata_amt(
|
|||||||
total_days = get_total_days(original_schedule_date or to_date, 12)
|
total_days = get_total_days(original_schedule_date or to_date, 12)
|
||||||
else:
|
else:
|
||||||
total_days = get_total_days(original_schedule_date or to_date, row.frequency_of_depreciation)
|
total_days = get_total_days(original_schedule_date or to_date, row.frequency_of_depreciation)
|
||||||
print(total_days, days, depreciation_amount)
|
|
||||||
return (depreciation_amount * flt(days)) / flt(total_days), days, months
|
return (depreciation_amount * flt(days)) / flt(total_days), days, months
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user