Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- VAT is working for own company:
- <if test="company.vat_code">
- VAT Number: <company.vat_code>
- </if>
- but not for other parties:
- <if test="invoice.party.vat_code">
- VAT: <invoice.party.vat_code>
- </if>
Advertisement
Add Comment
Please, Sign In to add comment