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

            Bug ID: 11357
           Summary: biblio.size value not correctly displayed in list
                    emails sent from OPAC and intranet
 Change sponsored?: ---
           Product: Koha
           Version: 3.14
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: OPAC
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

The size column in biblio is a bit problematic when used in TT, because instead
of the size value from the biblio column it will give you the size of the
variable. 

It's currently used in the templates for sending shelves from OPAC and intranet
and maybe also in other places:

[% END %]
   [% IF BIBLIO_RESULT.size %]
   , [% BIBLIO_RESULT.size %]
[% END %]

-- 
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