13 May
2022
13 May
'22
2:18 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30744 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #1)
I haven't verified yet but that's interesting...
Ah because of this sucker:
my $marcnotesarray = $biblio->get_marc_notes({ marcflavour => $marcflavour, opac => 1 });
That function should have a "record" parameter. It would solve the problem (and improve efficiency by reducing the number of unnecessary database calls).
In fact, this could be a class method rather than an object method... for loops (like basket.pl and opac-basket.pl) that could add up... -- You are receiving this mail because: You are watching all bug changes.