From d4a68683fa5adcf5c6bda3432b5b22314077f2c3 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Mon, 27 Feb 2017 08:01:58 +0100 Subject: [PATCH] update accounting using location data uuid --- billard/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/billard/models.py b/billard/models.py index 71b3039..b0f5d91 100644 --- a/billard/models.py +++ b/billard/models.py @@ -165,6 +165,7 @@ def process_location_data(): hh_end=cli.location.happy_hour_end, pphh=desk.prize_hh, ) + acc.reporter_uuid = ld.client_id acc.save() ld.delete() else: