https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41012 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #7 from David Cook <dcook@prosentient.com.au> --- (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... -- You are receiving this mail because: You are watching all bug changes.