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

--- Comment #16 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
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