[Koha-bugs] [Bug 25951] Koha::Objects using the DBIx::Class relationships in Koha::Hold and Koha::Item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 21 10:55:26 CEST 2020


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

Nicolas Legrand <nicolas.legrand at bulac.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #106649|0                           |1
        is obsolete|                            |

--- Comment #3 from Nicolas Legrand <nicolas.legrand at bulac.fr> ---
Created attachment 107129
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107129&action=edit
Bug 25951: Koha::Objects using the DBIx::Class relationships in Koha::Hold and
Koha::Item

Those changes focus on intranet pages /reserve/request.pl,
circ/waitingreserves.pl and opac page koha/opac-user.pl.

Plan test:

1. run `prove t/db_dependent/Koha/Item/RelatedObjects.t ; prove
t/db_dependent/Koha/Holds.pm`, all should be ok
2. apply patch
3. rerun `prove t/db_dependent/Koha/Item/RelatedObjects.t ; prove
t/db_dependent/Koha/Holds.pm`, all should be ok
4. make a hold on a checkouted item and check it in. It should be in
waiting reserves now.
5. go have a look to /reserve/request.pl, circ/waitingreserves.pl,
koha/opac-user.pl (while logged as the user having the hold) pages.
6. it should be errorless, you should see the library names and the
forms should prompt the correct branchcode.

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


More information about the Koha-bugs mailing list