store reporter uuid while saving accounting

This commit is contained in:
Robert Einsle 2017-04-10 20:59:16 +02:00
parent 0a6704b191
commit 98f105296b

View File

@ -53,6 +53,7 @@ def process_location_data():
hh_end=cli.location.happy_hour_end, hh_end=cli.location.happy_hour_end,
pphh=desk.prize_hh, pphh=desk.prize_hh,
) )
acc.reporter_uuid = cli.uuid
acc.save() acc.save()
ld.delete() ld.delete()
else: else: