Bug 6400

Summary: Counter broken on tags review page
Product: Koha Reporter: Owen Leonard <oleonard>
Component: ToolsAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: jonathan.druart
Version: Main   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/tags/review.pl
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6587
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Owen Leonard 2011-05-24 15:34:20 UTC
The first column in the tags review table is a counter showing the row number. In the new T:T template it looks like this:

[% offset + __counter__ %]

"__counter__" looks like the hold HTML_Template_Pro way of doing things. I assumed the proper construction for T:T would be:

[% offset + tagloo.count %]

...but this doesn't work. Is the count variable not enabled by default or am I missing something?
Comment 1 Jonathan Druart 2015-03-25 12:13:10 UTC
Fixed by bug 6587.