We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f83211 commit cfbe3c7Copy full SHA for cfbe3c7
delivery_price_product_domain/models/delivery_carrier.py
@@ -57,7 +57,7 @@ def _get_price_from_picking(self, total, weight, volume, quantity):
57
price_dict = self._get_price_dict(total, weight, volume, quantity)
58
untaxed_in_dict = "untaxed_price" in price_dict
59
test = False
60
- rule_line = False
+ rule_line = self.price_rule_ids.browse()
61
for line in self.price_rule_ids:
62
apply_product_domain_char = line.apply_product_domain
63
if apply_product_domain_char and self.order_id:
0 commit comments