Skip to content

Commit

Permalink
Fix typo in XPath expression in Bulgarian tax form view
Browse files Browse the repository at this point in the history
Corrected a typographical error in the XPath expression within the account_tax_views.xml file. This change ensures the proper insertion of the `l10n_bg_reverse_charge_vat` field in the advanced_booleans group.
  • Loading branch information
rosenvladimirov committed Sep 10, 2024
1 parent 8ef1c8f commit 6d2b38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_bg_tax_admin/views/account_tax_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="model">account.tax</field>
<field name="inherit_id" ref="account.view_tax_form"/>
<field name="arch" type="xml">
<xpath expr="//group[@name='advanced_booleans'" position="inside">
<xpath expr="//group[@name='advanced_booleans']" position="inside">
<field name="l10n_bg_reverse_charge_vat"/>
</xpath>
</field>
Expand Down

0 comments on commit 6d2b38b

Please sign in to comment.