@@ -, +, @@ date format - Select a vendor, that already has a few invoices - "Receive shipment" - you are on the parcels page - Use the From and To filters on the left, notice there is now a date picker on those fields - Verify the search works correctly for different date formats --- acqui/parcels.pl | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/acqui/parcels.pl +++ a/acqui/parcels.pl @@ -145,8 +145,8 @@ my $bookseller = Koha::Acquisition::Bookseller->fetch({ id => $booksellerid }); my @parcels = GetInvoices( supplierid => $booksellerid, invoicenumber => $code, - shipmentdatefrom => $datefrom, - shipmentdateto => $dateto, + shipmentdatefrom => C4::Dates->new($datefrom)->output('iso'), + shipmentdateto => C4::Dates->new($dateto)->output('iso'), order_by => $order ); my $count_parcels = @parcels; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt @@ -209,8 +209,8 @@
  1. -

  2. -
  3. +

  4. +