[Bug 5404] New: C4::Koha::subfield_is_koha_internal_p no longer serves a purpose
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5404 Summary: C4::Koha::subfield_is_koha_internal_p no longer serves a purpose Change sponsored?: --- Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: Architecture, internals, and plumbing AssignedTo: gmcharlt@gmail.com ReportedBy: gmcharlt@gmail.com QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 Apparently older versions of Koha considered a MARC subfield in the frameworks that had a code longer than one character to be reserved for internal use. This no longer applies, so the routine and the last couple uses of it can be removed. -- 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=5404 --- Comment #1 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2010-12-14 10:22:20 UTC --- This bug is mentioned in: Bug 5404 Followup http://lists.koha-community.org/pipermail/koha-patches/2010-November/013024.... -- 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=5404 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- $ git grep subfield_is_koha_internal_p C4/Acquisition.pm:use C4::Koha qw( subfield_is_koha_internal_p ); C4/Acquisition.pm: next if ( subfield_is_koha_internal_p($subfield) ); C4/Items.pm: next if ( subfield_is_koha_internal_p($subfield) ); C4/Koha.pm: &subfield_is_koha_internal_p C4/Koha.pm:sub subfield_is_koha_internal_p { authorities/authorities-home.pl:use C4::Koha; # XXX subfield_is_koha_internal_p authorities/authorities.pl:use C4::Koha; # XXX subfield_is_koha_internal_p cataloguing/addbiblio.pl:use C4::Koha; # XXX subfield_is_koha_internal_p cataloguing/addbiblio.pl:use C4::Branch; # XXX subfield_is_koha_internal_p cataloguing/additem.pl:use C4::Koha; # XXX subfield_is_koha_internal_p cataloguing/additem.pl:use C4::Branch; # XXX subfield_is_koha_internal_p cataloguing/additem.pl: next if subfield_is_koha_internal_p($subfieldtag); cataloguing/additem.pl: next if subfield_is_koha_internal_p($subtag); labels/label-item-search.pl:use C4::Koha qw(GetItemTypes); # XXX subfield_is_koha_internal_p opac/opac-authorities-home.pl:use C4::Koha; # XXX subfield_is_koha_internal_p reports/guided_reports.pl:use C4::Branch; # XXX subfield_is_koha_internal_p tools/batchMod.pl:use C4::Koha; # XXX subfield_is_koha_internal_p tools/batchMod.pl:use C4::Branch; # XXX subfield_is_koha_internal_p tools/batchMod.pl: next if subfield_is_koha_internal_p($subfield); -- 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