Commit c45e4251 authored by Aurel's avatar Aurel

2006-11-30 aurel

* fix z_catalog_item_list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11549 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e54de359
......@@ -178,7 +178,7 @@ WHERE\n
\n
<dtml-let movement_list="[]">\n
<dtml-in prefix="loop" expr="_.range(_.len(uid))">\n
<dtml-if "isMovement[loop_item] and getAggregateUidList[loop_item]">\n
<dtml-if "isMovement[loop_item] and getAggregateUidList[loop_item] and isAccountable[loop_item] ">\n
<dtml-call expr="movement_list.append(loop_item)">\n
</dtml-if>\n
</dtml-in>\n
......@@ -255,7 +255,7 @@ WHERE\n
\n
<dtml-let movement_list="[]">\n
<dtml-in prefix="loop" expr="_.range(_.len(uid))">\n
<dtml-if "isMovement[loop_item] and getAggregateUidList[loop_item]">\n
<dtml-if "isMovement[loop_item] and getAggregateUidList[loop_item] and isAccountable[loop_item] ">\n
<dtml-call expr="movement_list.append(loop_item)">\n
</dtml-if>\n
</dtml-in>\n
......
2006-11-30 aurel
* fix z_catalog_item_list
2006-10-17 aurel
* move bank account wf from base to banking_core
......
65
\ No newline at end of file
68
\ 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