From 98f105296b65ea2a0b7e5c2b7693ca8957d72e20 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Mon, 10 Apr 2017 20:59:16 +0200 Subject: [PATCH] store reporter uuid while saving accounting --- billard/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/billard/tasks.py b/billard/tasks.py index 964f07f..e3194f0 100644 --- a/billard/tasks.py +++ b/billard/tasks.py @@ -53,6 +53,7 @@ def process_location_data(): hh_end=cli.location.happy_hour_end, pphh=desk.prize_hh, ) + acc.reporter_uuid = cli.uuid acc.save() ld.delete() else: