Refactor calendar tests

This commit is contained in:
2020-05-25 13:32:09 +01:00
parent e6d06db2a1
commit f06dc56b40
5 changed files with 297 additions and 240 deletions

View File

@@ -102,6 +102,7 @@ class InvoiceVoid(generic.View):
class InvoiceDelete(generic.DeleteView):
model = models.Invoice
template_name = 'invoice_confirm_delete.html'
def get(self, request, pk):
obj = self.get_object()