bzr revid: ced-735a517d952e08e1ccc29518635f623a05bca938
This commit is contained in:
ced 2007-10-04 05:58:54 +00:00
parent 9e8ee22b93
commit 3e1bbf5273
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class account_analytic_line(osv.osv):
}
def unlink(self, cursor, user, ids, context=None):
self._check(cursor, uid, ids)
self._check(cursor, user, ids)
return super(account_analytic_line,self).unlink(cursor, uid, ids,
context=context)