[FIX] base_calendar: typo after the 'access to browse_null attributes' fix

bzr revid: olt@tinyerp.com-20100920113907-hm34f2gm5m53vifk
This commit is contained in:
olt@tinyerp.com 2010-09-20 13:39:07 +02:00
parent 4d96d4657d
commit 5783cb0ae7
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ property or property parameter."),
sub = res_obj.name
att_infos = []
if res_obj:
other_invitation_ids = self.search(cr, uid, [('ref', '=', res_obj._name + ',' + str(res_obj.id))])a
other_invitation_ids = self.search(cr, uid, [('ref', '=', res_obj._name + ',' + str(res_obj.id))])
else:
other_invitation_ids = []