diff --git a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/accounting_transaction_zuite/test_payment_transaction_section_selection_check.html.xml b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/accounting_transaction_zuite/test_payment_transaction_section_selection_check.html.xml index d3e3db9251afd78b0a80b9fd769f6ca041ecf0db..73cb64e09675722ff6d38e6ed44c32e543202938 100644 --- a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/accounting_transaction_zuite/test_payment_transaction_section_selection_check.html.xml +++ b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/accounting_transaction_zuite/test_payment_transaction_section_selection_check.html.xml @@ -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 diff --git a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_setDocumentSectionPreference.xml b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_setDocumentSectionPreference.xml index 12b8ec347afbf6668c3e52fdb1af890f8ed2adcb..c798d6ff4bb184d2c1be0a1e2ad7342d20f59587 100644 --- a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_setDocumentSectionPreference.xml +++ b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_setDocumentSectionPreference.xml @@ -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> diff --git a/bt5/erp5_accounting_ui_test/bt/revision b/bt5/erp5_accounting_ui_test/bt/revision index eebd1d10b6ec9917baf4df7f2e3de79e031a9af7..b2412e34dff05e77952f3f930772631cac5a3be7 100644 --- a/bt5/erp5_accounting_ui_test/bt/revision +++ b/bt5/erp5_accounting_ui_test/bt/revision @@ -1 +1 @@ -61 \ No newline at end of file +62 \ No newline at end of file