Fixed Indent problem

bzr revid: hda@tinyerp.com-20091026102705-lv3baidhq9taalyz
This commit is contained in:
HDA (OpenERP) 2009-10-26 15:57:05 +05:30
parent 8518378db1
commit a6641dffce
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ def _create_dta(obj, cr, uid, data, context):
if not v['reference'] \
or (mod10r(v['reference'][:-1]) != v['reference'] and \
not len(v['reference']) == 15):
raise wizard.except_wizard(_('Error'), _('You must provide ' \
raise wizard.except_wizard(_('Error'), _('You must provide ' \
'a valid BVR reference number \n' \
'for the line: %s') % pline.name)
if not v['partner_bvr']: