Skip to content

Commit

Permalink
forgot to uncomment some code
Browse files Browse the repository at this point in the history
  • Loading branch information
Prazn committed Sep 26, 2024
1 parent 47db6f7 commit b1b2db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_reconcile_compassion/models/bank_statement_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def _get_invoice_line_data(self, mv_line_dict):
"account_id": account_id,
"price_unit": amount,
"price_subtotal": amount,
# "user_id": mv_line_dict.get("user_id"),
"user_id": mv_line_dict.get("user_id"),
"quantity": 1,
"product_id": mv_line_dict["product_id"],
"analytic_account_id": mv_line_dict["analytic_account_id"],
Expand Down

0 comments on commit b1b2db4

Please sign in to comment.