[Bug 7752] New: itemcallnumber not being displayed
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7752 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #1 from Chris Cormack <chris@bigballofwax.co.nz> --- Hi Nicholas Would you like to have a go at creating a patch to fix this? Or would you like me to format this into a patch for you? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7752 --- Comment #2 from Nicholas van Oudtshoorn <vanoudt@gmail.com> --- Created attachment 8329 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8329&action=edit Patch to actually show the call number in the self-checkout issues list This patch actually echoes the item call number in self-checkout mode. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7752 --- Comment #3 from Nicholas van Oudtshoorn <vanoudt@gmail.com> --- (In reply to comment #1)
Hi Nicholas
Would you like to have a go at creating a patch to fix this? Or would you like me to format this into a patch for you?
Hi Chris, Hopefully the attached patch is ok. Related to this fix, is anyone working on improving the css/templating of the SCO? On our box, we've used css to do things like highlighting rows - which makes for (arguably!) much nicer html code... if it's of use, we could easily send it in.... -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7752 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8329|0 |1 is patch| | Attachment #8329|application/octet-stream |text/plain mime type| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7752 --- Comment #4 from Nicholas van Oudtshoorn <vanoudt@gmail.com> --- Just checked (should have done this sooner!): It's already fixed in master... -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7752 --- Comment #5 from Chris Cormack <chris@bigballofwax.co.nz> --- Ahh, now your next mission is to find the bug that has the fix on it, make comment on it, so the Release Maintainer can pull it into the 3.4.x branch if they decide to :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7752 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> --- Good practice for making a patch though :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7752 --- Comment #7 from Nicholas van Oudtshoorn <vanoudt@gmail.com> --- Found it! (6640) - and it's already been pushed to 3.4.5. I blame it on all the cosmetic patches in our tree... we'd have ugpraded long ago otherwise! :-P -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org