bzr revid: fp@fp-laptop-20110815153202-20pjs3u2vo28iqox
This commit is contained in:
fp 2011-08-15 17:32:02 +02:00
parent 8c2256b8fd
commit 04b7ce8425
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ class res_company(osv.osv):
def on_change_header(self, cr, uid, ids, phone, email, fax, website, vat, context={}):
val = []
if phone: val.append(_('Phone: ')+phone)
if email: val.append(_('Email: ')+email)
if fax: val.append(_('Fax: ')+fax)
if website: val.append(_('Website: ')+website)
if vat: val.append(_('VAT: ')+vat)