Skip to content

Commit

Permalink
refactor: handle stocked items
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Mar 8, 2025
1 parent e9af567 commit 7ff3977
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ def make_item_gl_entries(self, gl_entries):
"account": item.expense_account,
"against": self.supplier,
"debit": warehouse_debit_amount,
"debit_in_transaction_currency": item.net_amount,
"remarks": self.get("remarks") or _("Accounting Entry for Stock"),
"cost_center": item.cost_center,
"project": item.project or self.project,
Expand Down

0 comments on commit 7ff3977

Please sign in to comment.