mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
fix: Add missing comma
This commit is contained in:
@@ -1109,6 +1109,7 @@ def get_total_days(date, frequency):
|
|||||||
|
|
||||||
return date_diff(date, period_start_date)
|
return date_diff(date, period_start_date)
|
||||||
|
|
||||||
|
|
||||||
def is_last_day_of_the_month(date):
|
def is_last_day_of_the_month(date):
|
||||||
last_day_of_the_month = get_last_day(date)
|
last_day_of_the_month = get_last_day(date)
|
||||||
|
|
||||||
|
|||||||
@@ -726,7 +726,7 @@ class TestDepreciationMethods(AssetSetup):
|
|||||||
["2022-04-30", 1051.12, 2902.92],
|
["2022-04-30", 1051.12, 2902.92],
|
||||||
["2022-05-31", 915.52, 3818.44],
|
["2022-05-31", 915.52, 3818.44],
|
||||||
["2022-06-30", 797.42, 4615.86],
|
["2022-06-30", 797.42, 4615.86],
|
||||||
["2022-07-15", 384.14, 5000.0]
|
["2022-07-15", 384.14, 5000.0],
|
||||||
]
|
]
|
||||||
|
|
||||||
schedules = [
|
schedules = [
|
||||||
|
|||||||
Reference in New Issue
Block a user