update accounting using location data uuid

This commit is contained in:
Robert Einsle 2017-02-27 08:01:58 +01:00
parent 0a36d3904e
commit d4a68683fa

View File

@ -165,6 +165,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 = ld.client_id
acc.save() acc.save()
ld.delete() ld.delete()
else: else: