Skip to content

Commit

Permalink
[FIX]pms: boardservices with multi lines with the same product
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioLodeiros committed Oct 30, 2023
1 parent 9c30422 commit 587aac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pms/models/product_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def _compute_board_price(self):
),
("product_id", "=", record.id),
("pms_property_id", "=", pms_property_id),
]
],
limit=1,
)
.amount
)
Expand Down

0 comments on commit 587aac7

Please sign in to comment.