This commit is contained in:
2026-02-03 16:01:54 +01:00
parent f391e17fb6
commit 65c0053df4

View File

@@ -73,7 +73,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(2204.62262)),4)
return round(((sp[0].cost / Decimal(100)) * Decimal(2.2046)),4)
@classmethod
def getPartyByName(cls, party, category=None):