[Koha-bugs] [Bug 29802] biblionumber in OPACHiddenItems breaks opac lists

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 18 09:06:50 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29802

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Please show that it breaks in your test. And that your change resolves that.

And tell me what this does:
+    my $mocked_context = Test::MockModule->new('C4::Context');
+    $mocked_context->mock( 'yaml_preference', sub {
+        return { biblionumber => [ $biblio2->biblionumber ] };
+    });

I think it is useless code.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list