From 4affffaf0a58a1e2e6297c1f96a77d093f0d55b5 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 3 Mar 2026 19:34:31 +0100 Subject: [PATCH] 03.03.26 --- modules/purchase_trade/party.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/purchase_trade/party.py b/modules/purchase_trade/party.py index a8063e5..b909820 100755 --- a/modules/purchase_trade/party.py +++ b/modules/purchase_trade/party.py @@ -92,7 +92,7 @@ class Party(metaclass=PoolMeta): SlaPlace = Pool().get('party.execution.place') sp = SlaPlace.search([('pes','=', sla.id),('location','=',location)]) if sp: - return round(((sp[0].cost / Decimal(100)) * Decimal(2.2046)),4),sp[0].mode,sp[0].currency,sp[0].unit + return sp[0].cost,sp[0].mode,sp[0].currency,sp[0].unit def get_alf(self): if self.name == 'CARGO CONTROL':