main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 44fc7dc855 - Show all commits

View File

@@ -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):