[Koha-bugs] [Bug 7752] New: itemcallnumber not being displayed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 20 04:18:43 CET 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7752
          Assignee: koha.sekjal at gmail.com
           Summary: itemcallnumber not being displayed
        QA Contact: koha.sekjal at gmail.com
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: vanoudt at gmail.com
          Hardware: All
            Status: NEW
           Version: rel_3_4
         Component: Self checkout
           Product: Koha

When using the self checkout, the item callnumber is not being displayed.
Rather, it's default is being set. A simple change fixes it:

Changing:
[% DEFAULT ISSUE.itemcallnumber=" " %]

To: 
[% DEFAULT ISSUE.itemcallnumber="&nbsp;" %] [% ISSUE.itemcallnumber %]<

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list