Guest User

Untitled

a guest
Jan 17th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. VAT is working for own company:
  2.  
  3. <if test="company.vat_code">
  4. VAT Number: <company.vat_code>
  5. </if>
  6.  
  7.  
  8.  
  9. but not for other parties:
  10.  
  11. <if test="invoice.party.vat_code">
  12. VAT: <invoice.party.vat_code>
  13. </if>
Advertisement
Add Comment
Please, Sign In to add comment