[FIX] l10n_be fixed typo

bzr revid: qdp-launchpad@openerp.com-20120208112124-63t30tmz88kpn14z
This commit is contained in:
Quentin (OpenERP) 2012-02-08 12:21:24 +01:00
parent 5344e9b8ea
commit 89d695b3f8
1 changed files with 2 additions and 2 deletions

View File

@ -138,9 +138,9 @@ class partner_vat_intra(osv.osv_memory):
if not country:
country = company_vat[:2]
if not email:
raise osv.except_osv(_('Data Insufficient!'),_('No email address asociated with the company.'))
raise osv.except_osv(_('Data Insufficient!'),_('No email address associated with the company.'))
if not phone:
raise osv.except_osv(_('Data Insufficient!'),_('No phone asociated with the company.'))
raise osv.except_osv(_('Data Insufficient!'),_('No phone associated with the company.'))
xmldict.update({
'company_name': data_cmpny.name,
'company_vat': company_vat,