Skip to content

Commit

Permalink
chore: Missing asset account
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Oct 21, 2023
1 parent 3b408ab commit dbe7000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def make_divisional_loss_gl_entry(item):
)

stock_asset_account_name = get_asset_account(
"account_type", asset_category=d.asset_category, company=self.company
account_type, asset_category=d.asset_category, company=self.company
)

stock_value_diff = flt(d.net_amount) + flt(d.item_tax_amount / self.conversion_rate)
Expand Down

0 comments on commit dbe7000

Please sign in to comment.