[Koha-bugs] [Bug 19766] Preview routing slip is broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 6 20:35:34 CET 2017


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 69591
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69591&action=edit
Bug 19766: (bug 19058 follow-up) Fix Preview routing slip

This patch fixes the following errors:
The method reserve_id is not covered by tests at
/home/vagrant/kohaclone/C4/Reserves.pm line 859.
The method set is not covered by tests at
/home/vagrant/kohaclone/C4/Reserves.pm line 871.
Can't call method "store" on an undefined value at
/home/vagrant/kohaclone/C4/Reserves.pm line 871.

This is caused by
  commit ba1f2f93ef58c8dd935add3e215facdd4a589d12
    Bug 19058: Move C4::Reserves::GetReserveId to the Koha namespace

We are calling ->reserve_id on a Koha::Holds set.

Test plan:
- Serials -> Find subscription -> "Edit routing list" in the sidebar
- Add 1+ recipients
- Save -> "Save and preview routing slip"

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


More information about the Koha-bugs mailing list