Commit 08a051fc authored by Yusei Tahara's avatar Yusei Tahara

Set current_content_script property in initialize script.

Set number of lines in list mode listbox to 20.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19237 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 55baa753
......@@ -139,6 +139,10 @@
<key> <string>preferred_listbox_list_mode_line_count</string> </key>
<value> <int>10</int> </value>
</item>
<item>
<key> <string>preferred_listbox_view_mode_line_count</string> </key>
<value> <int>20</int> </value>
</item>
<item>
<key> <string>preferred_report_format</string> </key>
<value>
......
......@@ -70,6 +70,8 @@ module = portal.accounting_module\n
\n
module.manage_delObjects(list(module.objectIds()))\n
\n
accounting_module.setProperty(\'current_content_script\', script.getId())\n
\n
# test depends on this\n
return "Accounting Transactions Created."\n
</string> </value>
......@@ -122,6 +124,8 @@ return "Accounting Transactions Created."\n
<string>portal</string>
<string>module</string>
<string>list</string>
<string>accounting_module</string>
<string>script</string>
</tuple>
</value>
</item>
......
72
\ No newline at end of file
74
\ 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