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

--- Comment #2 from Owen Leonard <oleon...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to