[REM] xhr vector

bzr revid: xmo@openerp.com-20121017102410-67m598a8e4orsjsc
This commit is contained in:
Xavier Morel 2012-10-17 12:24:10 +02:00
parent 04eef2c7a0
commit 3c8a9159de
1 changed files with 1 additions and 1 deletions

View File

@ -1321,7 +1321,7 @@ instance.web.ListView.Groups = instance.web.Class.extend( /** @lends instance.we
} catch (e) {
group_label = row_data[group_column.id].value;
}
$group_column.html(_.str.sprintf("%s (%d)",
$group_column.text(_.str.sprintf("%s (%d)",
group_label, group.length));
if (group.length && group.openable) {