fix accounting
This commit is contained in:
parent
77cc2ed0f5
commit
64c3756647
@ -100,8 +100,6 @@ def account_modal_confirm_view(request, loc_pk, pks):
|
||||
for pk in pks.split(','):
|
||||
account = Accounting.objects.get(pk=pk)
|
||||
account.reporter_uuid = None
|
||||
account.account_tst = datetime.now()
|
||||
account.billed = True
|
||||
account.save()
|
||||
return redirect('billard:location_detail', pk=loc_pk)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user