From 44fc7dc855fb0d874d53384c3436b7676ee6c048 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 3 Feb 2026 15:53:32 +0100 Subject: [PATCH] 03.02.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 a3acde4..12b583d 100755 --- a/modules/purchase_trade/party.py +++ b/modules/purchase_trade/party.py @@ -72,7 +72,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 / 100) * 2204,62262),4) + return round(((sp[0].cost / 100) * 2204.62262),4) @classmethod def getPartyByName(cls, party, category=None):