Commit 645e2358 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_accounting: Fixup! missing variable initialization

parent 0bc559f8
......@@ -23,6 +23,7 @@ else:
computer_project_document = computer.Item_getCurrentProjectValue()
delivery_title = tioxml_dict['title']
computer_project = None
if computer_project_document is not None:
computer_project = computer_project_document.getRelativeUrl()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment