fix(Asset): Remove extra tabs
This commit is contained in:
parent
e21d44c5c3
commit
f4e8e7d933
@ -196,7 +196,7 @@ class Asset(AccountsController):
|
|||||||
|
|
||||||
if has_pro_rata:
|
if has_pro_rata:
|
||||||
number_of_pending_depreciations += 1
|
number_of_pending_depreciations += 1
|
||||||
|
|
||||||
skip_row = False
|
skip_row = False
|
||||||
for n in range(start, number_of_pending_depreciations):
|
for n in range(start, number_of_pending_depreciations):
|
||||||
# If depreciation is already completed (for double declining balance)
|
# If depreciation is already completed (for double declining balance)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user