http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11357

David Cook <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from David Cook <[email protected]> ---
Consider looking at bug 10466.

As far as I can tell, TT will give you the size of the hash rather than the
value only if the size value is undefined. If it is defined, it will give you
the size value. However, since the size column is often null in the database,
you'll often get the size of the hash rather than a blank value.

Here's a relevant section from 10466:

"This bug has been identified in the opac-search.pl, search.pl and
addbooks.pl pages before...". The patch with the bug also touches
C4/VirtualShelves/Page.pm.

I'm not sure what the best course of action is. If the database had a blank
value rather than a null value, it would probably prevent this problem.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to