Skip to content

Commit

Permalink
IMP pos_partner_firstname allowing to use tab to move from firstname …
Browse files Browse the repository at this point in the history
…to lastname
  • Loading branch information
eLBati authored and robyf70 committed Apr 11, 2022
1 parent 59ff520 commit b461f20
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pos_partner_firstname/static/src/xml/pos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<span class='detail firstname'><t t-esc='partner.firstname or ""'/></span>
</div>
</div>
</t>
</t>
<t t-jquery=".client-details-right" t-operation="prepend">
<t t-if="partner.is_company == false">
<div t-attf-style="display: #{!partner.is_company ? 'block': 'none'};">
<div class="client-detail">
<span class='label'>Surname</span>
Expand Down Expand Up @@ -52,8 +48,6 @@
<input class='detail firstname person' name="firstname" t-att-value='partner.firstname or ""'/>
</div>
</div>
</t>
<t t-jquery=".client-details-right" t-operation="prepend">
<div class="is_person" t-attf-style="display: #{!partner.is_company ? 'block': 'none'};">
<div class='client-detail'>
<span class='label'>Surname</span>
Expand Down

0 comments on commit b461f20

Please sign in to comment.