Skip to content

Commit

Permalink
uppercase cuit (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
facosta-eb authored Jun 22, 2020
1 parent 0bcdac2 commit 721d3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/supplier_app/Supplier/bank-info-arg.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3 class="fs-subtitle arg arg-bank">{% trans "Enter your bank account details"
<div class="div-input arg arg-bank">{{ bank_account_form.bank_beneficiary }}</div>
</div>
<div class="col">
<div class="text-left arg arg-bank">{{ taxpayer_form.cuit.label_tag }}</div>
<div class="text-left arg arg-bank">CUIT:</div>
<div class="div-input arg arg-bank special-rules">{{ taxpayer_form.cuit }}</div>
</div>
</div>
Expand Down

0 comments on commit 721d3ca

Please sign in to comment.