Commit 704fe2bd authored by Łukasz Nowak's avatar Łukasz Nowak

Registrartion invoice in confirmed state is good enough.

parent 96ea6a12
......@@ -57,7 +57,7 @@ invoice_line = portal.portal_catalog.getResultValue(\n
resource_relative_url=portal.portal_preferences.getPreferredRegistrationResource(),\n
portal_type="Invoice Line",\n
# XXX Hardcoded\n
simulation_state=["stopped", "delivered"],\n
simulation_state=["confirmed", "stopped", "delivered"],\n
**{\'movement.destination_uid\': person.getUid()})\n
\n
if invoice_line is None:\n
......
779
\ No newline at end of file
780
\ No newline at end of file
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