https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16365
--- Comment #16 from Marcel de Rooy <[email protected]> --- Did not touch: catalogue/MARCdetail.pl:my $tagslib = &GetMarcStructure(1,$frameworkcode); catalogue/getitem-ajax.pl: my $acq_fw = GetMarcStructure(1, 'ACQ'); catalogue/labeledMARCdetail.pl:my $tagslib = GetMarcStructure(1,$frameworkcode); cataloguing/addbiblio.pl:$tagslib = &GetMarcStructure( 1, $frameworkcode cataloguing/additem.pl:my $tagslib = &GetMarcStructure(1,$frameworkcode); cataloguing/merge.pl: my $tagslib = GetMarcStructure(1, $framework); cataloguing/merge_ajax.pl:my $tagslib = GetMarcStructure(1, $framework); circ/branchoverdues.pl:my $tagslib = &GetMarcStructure(1,''); misc/batchDeleteUnusedSubfields.pl:my $tags = GetMarcStructure(1); opac/opac-MARCdetail.pl:my $tagslib = &GetMarcStructure( 0, $itemtype ); svc/cataloguing/framework:my $tagslib = GetMarcStructure( 1, $frameworkcode ); t/db_dependent/Biblio.t: my $tagslib = GetMarcStructure(); tools/batchMod.pl:our $tagslib = &GetMarcStructure(1); For another report. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
