[Koha-bugs] [Bug 17748] Show due date in item search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 22 13:35:29 CET 2022


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #131051|0                           |1
        is obsolete|                            |

--- Comment #35 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 132016
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132016&action=edit
Bug 17748: (follow-up) Fix date due column filter

After items search result when entering a term in date due colum filter
table is not filtered.
Its is because columns from 'Issue' must be added in
_SearchItems_build_where_fragment()
like it has been added in SearchItems().

Test plan :
1) Perform an item search with some results beeing checked-out
2) In colum 'Date due' enter a number that is contained is some due
   dates, ie '2022'
3) Table results are filtered with items having search term in due date

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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


More information about the Koha-bugs mailing list