https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41012
--- Comment #10 from David Cook <[email protected]> --- (In reply to David Cook from comment #7) > (In reply to David Cook from comment #6) > > So I don't think your patch will help. > > > > And the reason is that you can remove the following lines and the test still > > passes: > > > > - my $framework_f245a = Koha::MarcSubfieldStructures->find( > > - { frameworkcode => $biblio->frameworkcode, tagfield => "245", > > tagsubfield => "a" } ); > > - $framework_f245a->hidden('8'); > > - $framework_f245a->store(); > > > > So there's something else going on here... > > Actually, if I remove those lines, and then re-run it, it will fail... Sorry I mean... if I remove those lines, clear the cache, and re-run it, it will fail -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
