[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
Wed May 6 16:22:41 CEST 2020


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

--- Comment #16 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
The last change made to this subroutine is

  commit b76eac9ca2c32a5db51b9b8ca32a2cf4fa6397b5
  Bug 14535: Update the supplier filter too

which is in 3.22, so I would not expect recent behaviour changes.

The way it works, reading the code is:
get the vendor which have orders not fully received yet (datereceived is null
or quantityreceived < quantity) and the basket is closed.

If delay is passed (>=0), then the devery time is taken into account and the
date the basket has been closed is compared (now + delivery time >= close
date).

I don't think it makes sense to have 2 ways (especially if different) to get
the "lates". If the order list is correctly generated, it makes sense to build
the vendor list from it.

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


More information about the Koha-bugs mailing list