Commit a6ab588f authored by Gabriel Monnerat's avatar Gabriel Monnerat

filter the Sale Packing List with state equal confirmed because is not need...

filter the Sale Packing List with state equal confirmed because is not need try change object with another states
parent a41d73f5
......@@ -55,7 +55,9 @@ service_relative_url = software_instance.portal_preferences.\\\n
getPreferredInstanceHostingResource()\n
\n
sale_packing_list_line_list = context.ERP5Site_getSlaveInstanceListFromComputerPartition(\n
software_instance.getRelativeUrl(), service_relative_url)\n
software_instance.getRelativeUrl(),\n
service_relative_url,\n
simulation_state=["confirmed"])\n
\n
for sale_packing_list_line in sale_packing_list_line_list:\n
slave_instance = sale_packing_list_line.getAggregateValue(portal_type="Slave Instance")\n
......
414
\ No newline at end of file
415
\ 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