Skip to content

Commit

Permalink
[FIX] account: settings: remove wrong id on div
Browse files Browse the repository at this point in the history
  • Loading branch information
oco-odoo committed Aug 22, 2018
1 parent 31679cd commit 05a9a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/account/views/res_config_settings_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<div class="text-muted">
Collect customer payments in one-click using Euro SEPA Service
</div>
<div id="account_reports_followup" class="content-group" attrs="{'invisible': [('module_account_sepa_direct_debit', '=', False)]}">
<div class="content-group" attrs="{'invisible': [('module_account_sepa_direct_debit', '=', False)]}">
<div class="text-warning mt16 mb4">
Save this page and come back here to set up the feature.
</div>
Expand Down

0 comments on commit 05a9a09

Please sign in to comment.