Skip to content

Commit

Permalink
[FIX] Correct legal_name for Prefeitura Municipal partner
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniospneto committed Jun 1, 2022
1 parent f92123c commit 7364bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_fiscal/data/res_partner_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<record id="res_partner_prefeitura_municipal" model="res.partner">
<field name="name">Prefeitura Municipal</field>
<field name="legal_name">Previdência Social</field>
<field name="legal_name">Prefeitura Municipal</field>
<field name="is_company">True</field>
</record>

Expand Down

0 comments on commit 7364bfe

Please sign in to comment.