[Koha-bugs] [Bug 7074] keyword mapping on checkin and checkout screen

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 11 21:26:27 CET 2011


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

--- Comment #2 from Owen Leonard <oleonard at 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.


More information about the Koha-bugs mailing list