http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7752
Priority: P5 - low
Change sponsored?: ---
Bug ID: 7752
Assignee: [email protected]
Summary: itemcallnumber not being displayed
QA Contact: [email protected]
Severity: normal
Classification: Unclassified
OS: All
Reporter: [email protected]
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.
_______________________________________________
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/