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

Alex Arnaud <alex.arn...@biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex.arn...@biblibre.com
             Status|Signed Off                  |Failed QA

--- Comment #24 from Alex Arnaud <alex.arn...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to