[Koha-bugs] [Bug 25266] Not all vendors are listed in the filters on the late order claims page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 5 16:27:13 CEST 2020


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

Alex Arnaud <alex.arnaud at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex.arnaud at biblibre.com
             Status|Signed Off                  |Failed QA

--- Comment #24 from Alex Arnaud <alex.arnaud at biblibre.com> ---
Seems that @parameters variable is now useless in acqui/lateorders.pl:

126 my @parameters = ( $delay );
127 push @parameters, $estimateddeliverydatefrom_dt
128     ? $estimateddeliverydatefrom_dt->ymd()
129     : undef;
130 
131 push @parameters, $estimateddeliverydateto_dt
132     ? $estimateddeliverydateto_dt->ymd()
133     : undef;

Also, you remove the file t/db_dependent/Bookseller.t. That file contains a lot
of test that are not related to C4::Bookseller and GetBooksellersWithLateOrders
(AddBookseller, DelBookseller, get bookseller etc...).

Are you sure these tests exist elsewhere ?

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


More information about the Koha-bugs mailing list