[ADD] added comment

bzr revid: bde@tinyerp.com-20120130054254-rz16ekt81l1wj9ua
This commit is contained in:
Bharat Devnani (OpenERP) 2012-01-30 11:12:54 +05:30
parent 635ffae1e0
commit 583aa5f59d
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class partner_vat_list_13(osv.osv_memory):
'sum_tax': str(int(round(sum_tax * 100))),
'sum_turnover': str(int(round(sum_turnover * 100))),
}
# Turnover and Farmer tags are not included
data_clientinfo += """
<Client SequenceNumber="%(seq)s">
<CompanyVATNumber issuedby="%(vat_issued)s">%(only_vat)s</CompanyVATNumber>