Cédric Krier pushed to branch branch/default at Tryton / Tryton


Commits:
102400a2 by Sergi Almacellas Abellana at 2023-08-09T23:20:03+02:00
Use proper module for message when checking shipment cost for sale quotation

Closes #12458
- - - - -


1 changed file:

- modules/sale_shipment_cost/sale.py


Changes:

=====================================
modules/sale_shipment_cost/sale.py
=====================================
@@ -187,7 +187,7 @@
                         and line.quantity >= 0
                         and not self.carrier):
                     raise SaleQuotationError(
-                        gettext('sale'
+                        gettext('sale_shipment_cost'
                             '.msg_sale_carrier_required_for_quotation',
                             sale=self.rec_name))
 



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/102400a248a1ab65011b87721112adc018954f2e

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/102400a248a1ab65011b87721112adc018954f2e
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to