fix accounting
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user