fix select accountings
This commit is contained in:
parent
fd3d597712
commit
25808f4c5a
@ -17,7 +17,7 @@ def process_location_data():
|
|||||||
# TODO Send error eMail to Admin
|
# TODO Send error eMail to Admin
|
||||||
else:
|
else:
|
||||||
cli = cli[0]
|
cli = cli[0]
|
||||||
ac = models.Accounting.objects.filter(client=cli).order_by('time_from').reverse()
|
ac = models.Accounting.objects.filter(client=cli, desk_no=ld.table_no).order_by('time_from').reverse()
|
||||||
if ld.on_off:
|
if ld.on_off:
|
||||||
if ac.count() > 0 and ac[0].time_to is None:
|
if ac.count() > 0 and ac[0].time_to is None:
|
||||||
ac[0].time_to = datetime.now()
|
ac[0].time_to = datetime.now()
|
||||||
|
Loading…
Reference in New Issue
Block a user