Commit 14c19765 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

simulation movement's simulation state should be specified in its caller (and...

simulation movement's simulation state should be specified in its caller (and already specified like this).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32568 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 76d265e0
......@@ -134,7 +134,6 @@ WHERE\n
<dtml-if where_expression>\n
AND <dtml-var where_expression> \n
</dtml-if>\n
AND catalog.simulation_state = \'confirmed\'\n
AND simulation_movement.source_uid is not NULL\n
AND simulation_movement.destination_uid is not NULL\n
AND simulation_movement.uid = catalog.uid\n
......@@ -205,7 +204,6 @@ WHERE\n
<dtml-if where_expression>\n
AND <dtml-var where_expression> \n
</dtml-if>\n
AND catalog.simulation_state = \'confirmed\'\n
AND simulation_movement.source_uid is not NULL\n
AND simulation_movement.destination_uid is not NULL\n
AND simulation_movement.uid = catalog.uid\n
......
728
\ No newline at end of file
729
\ 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