Commit 0f695a3d authored by Yusei Tahara's avatar Yusei Tahara

Fixed my mistake.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18812 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3f0edbd8
......@@ -93,7 +93,7 @@ Test Section Selection for Payment Transaction.\n
</tr>\n
<tr>\n
<td>select</td>\n
<td>field_my_destination_section</td>\n
<td>field_my_source_section</td>\n
<td>label=My Organisation</td>\n
</tr>\n
<tr>\n
......@@ -151,7 +151,7 @@ Test Section Selection for Payment Transaction.\n
</tr>\n
<tr>\n
<td>assertValue</td>\n
<td>field_my_destination_section</td>\n
<td>field_my_source_section</td>\n
<td>organisation_module/my_organisation</td>\n
</tr>\n
\n
......
......@@ -68,6 +68,7 @@
<value> <string>preference = context.portal_preferences.accounting_zuite_preference\n
preference.setPreferredAccountingTransactionSectionCategory(\'group/demo_group\')\n
preference.setPreferredSectionCategory(\'group/demo_group\')\n
preference.setPreferredAccountingTransactionSourceSection(\'organisation_module/my_organisation\')\n
\n
return str((preference.getPreferredSectionCategory(), preference.getPreferredAccountingTransactionSectionCategory()))\n
</string> </value>
......
61
\ No newline at end of file
62
\ 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