[Bug 7074] New: keyword mapping on checkin and checkout screen
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7074 Bug #: 7074 Summary: keyword mapping on checkin and checkout screen Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: nengard@gmail.com QAContact: koha-bugs@lists.koha-community.org It would be nice to have the keyword mapping carry over to the checkin and checkout listings since subtitle doesn't show on these screens. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7074 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-10-21 00:05:58 UTC --- +1 One of my libraries asked for this too. They have lots of school books where the volume number is important to see what it actually is. It would be nice if there was a possiblity to add this to the checkout and checkin lists. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7074 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |3550 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7074 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> 2011-11-11 20:26:27 UTC --- I don't know how you would do this for circulation.pl without slowing things down. The method for getting the subtitle involves pulling quite a lot of data, and you'd have to do it for each title the patron had checked out: my $record = GetMarcBiblio($it->{'biblionumber'}); my $fw = GetFrameworkCode($it->{'biblionumber'}); my $subtitle = GetRecordValue('subtitle', $record, $fw); Is there a better way? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7074 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-11-12 08:08:46 UTC --- It could be an option with a warning, only working if you have mappings with a new keyword, perhaps. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7074 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- *** Bug 9379 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org