chore: don't merge asset capitalization gl entries (cherry picked from commit 3c8f292ac3943ddad52a7041d8910552d47abf0a) Co-authored-by: anandbaburajan <anandbaburajan@gmail.com>
This commit is contained in:
parent
5435c641a2
commit
b717e2b5bf
@ -330,7 +330,7 @@ class AssetCapitalization(StockController):
|
||||
gl_entries = self.get_gl_entries()
|
||||
|
||||
if gl_entries:
|
||||
make_gl_entries(gl_entries, from_repost=from_repost)
|
||||
make_gl_entries(gl_entries, merge_entries=False, from_repost=from_repost)
|
||||
elif self.docstatus == 2:
|
||||
make_reverse_gl_entries(voucher_type=self.doctype, voucher_no=self.name)
|
||||
|
||||
@ -360,9 +360,6 @@ class AssetCapitalization(StockController):
|
||||
gl_entries, target_account, target_against, precision
|
||||
)
|
||||
|
||||
if not self.stock_items and not self.service_items and self.are_all_asset_items_non_depreciable:
|
||||
return []
|
||||
|
||||
self.get_gl_entries_for_target_item(gl_entries, target_against, precision)
|
||||
|
||||
return gl_entries
|
||||
|
Loading…
Reference in New Issue
Block a user