Commit 1b5a82af authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: disable invoice generation for consumption to see test impacted

parent 74b706c6
...@@ -9,6 +9,8 @@ result = [] ...@@ -9,6 +9,8 @@ result = []
if context.getValidationState() in ["cancelled", "shared"]: if context.getValidationState() in ["cancelled", "shared"]:
return return
raise NotImplementedError('Disable')
try: try:
tioxml_dict = document.ComputerConsumptionTioXMLFile_parseXml() tioxml_dict = document.ComputerConsumptionTioXMLFile_parseXml()
except KeyError: except KeyError:
......
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