http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7752 Priority: P5 - low Change sponsored?: --- Bug ID: 7752 Assignee: koha.sekjal@gmail.com Summary: itemcallnumber not being displayed QA Contact: koha.sekjal@gmail.com Severity: normal Classification: Unclassified OS: All Reporter: vanoudt@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=" " %] [% ISSUE.itemcallnumber %]< -- You are receiving this mail because: You are watching all bug changes.