[Koha-bugs] [Bug 20600] Provide the ability for users to filter ILL requests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 30 21:18:01 CEST 2018


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
1.
Do not use loop variable $_

+    foreach(@req_list) {
+        foreach my $field(@format_dates) {
+            if (defined $_->{$field}) {
+                $_->{$field . "_formatted"} = format_sqldatetime(

2. Why do not you use the datepicker plugin as we use it elsewhere? :)

3. For dates in datatables we usually do not use it that way, search for
"title-string" in the *.tt files

I am not sure you need the 2 *_formatted variables.

4. Is it really useful to provide only a specific dates and not a date range?

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


More information about the Koha-bugs mailing list