mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 09:22:21 +00:00
Refactor calendar tests
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user