Skip to content

Commit

Permalink
[FIX] remove customer fields (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-vyshnevska authored and dzungtran89 committed Oct 12, 2021
1 parent 63d5dcb commit 4d42ec1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ebill_paynet/messages/invoice-2003A.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@
<NAME-ADDRESS Format="COM">
<NAME>
<Line-35>{{ biller.name }}</Line-35>
{%- if biller.partner_id.company_name_suffix1 %}
<Line-35>{{ biller.partner_id.company_name_suffix1 }}</Line-35>
{% endif %}
</NAME>
<STREET>
<Line-35>{{ (biller.street or '')|truncate(35, True, "") }}</Line-35>
Expand Down

0 comments on commit 4d42ec1

Please sign in to comment.