final final final final final version (version 1.5)

This commit is contained in:
2024-10-25 08:59:35 +02:00
parent e27aba1cd1
commit d4fa6b8c6e
5 changed files with 23 additions and 17 deletions

View File

@@ -132,7 +132,7 @@ def assignment_cespite(request):
computer = get_object_or_404(Computer, serial=form["serial"])
computer_copy = copy.deepcopy(computer)
computer.cespite = form["cespite"]
computer.save
computer.save()
record.date = datetime.now().date()
record.action = "assignment"