Commit 0a5dd0d0 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@32515 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c1fd80af
......@@ -136,7 +136,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 <> simulation_movement.destination_uid\n
AND simulation_movement.source_uid is not NULL\n
AND simulation_movement.destination_uid is not NULL\n
......@@ -208,7 +207,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 <> simulation_movement.destination_uid\n
AND simulation_movement.source_uid is not NULL\n
AND simulation_movement.destination_uid is not NULL\n
......
834
\ No newline at end of file
835
\ 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