Commit cc6d3897 authored by Yusei Tahara's avatar Yusei Tahara

Fixed a bug which occurs when section category is not defined.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19096 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0a67fa64
......@@ -444,6 +444,8 @@ delivery_mirror_section_title=""</string> </value>
<dtml-unless sequence-start>,</dtml-unless>\n
<dtml-var sequence-item>\n
</dtml-in>\n
, delivery.start_date as operation_date\n
, \'source\' as section_mark\n
<dtml-if select_expression><dtml-var select_expression> </dtml-if>\n
</dtml-if>\n
\n
......@@ -461,7 +463,9 @@ delivery_mirror_section_title=""</string> </value>
</dtml-if>\n
<dtml-if use_movement_table> movement, </dtml-if>\n
<dtml-if "stat or omit_input or omit_output or node">\n
stock, catalog as child, </dtml-if>\n
stock, catalog as child,\n
<dtml-unless section_category>category,</dtml-unless>\n
</dtml-if>\n
<dtml-if "section_category">category, catalog as section, </dtml-if>\n
catalog,\n
delivery\n
......@@ -1072,6 +1076,8 @@ UNION\n
<dtml-unless sequence-start>,</dtml-unless>\n
<dtml-var sequence-item>\n
</dtml-in>\n
, delivery.start_date as operation_date\n
, \'source\' as section_mark\n
<dtml-if select_expression><dtml-var select_expression> </dtml-if>\n
</dtml-if>\n
\n
......@@ -1089,7 +1095,9 @@ UNION\n
</dtml-if>\n
<dtml-if use_movement_table> movement, </dtml-if>\n
<dtml-if "stat or omit_input or omit_output or node">\n
stock, catalog as child, </dtml-if>\n
stock, catalog as child,\n
<dtml-unless section_category>category,</dtml-unless>\n
</dtml-if>\n
<dtml-if "section_category">category, catalog as section, </dtml-if>\n
catalog,\n
delivery\n
......
579
\ No newline at end of file
583
\ 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