[Koha-bugs] [Bug 11357] biblio.size value not correctly displayed in list emails sent from OPAC and intranet

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 24 00:14:00 CET 2014


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
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.


More information about the Koha-bugs mailing list