[Koha-bugs] [Bug 22440] Improve ILL page performance by moving to server side filtering

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 7 14:40:24 CEST 2023


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

--- Comment #26 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
This is not used, right?

+                        if ( col.datatype == 'date' ) {
+                            let rfc3339 = $date_to_rfc3339(value);
+                            if ( rfc3339 != 'Invalid Date' ) {
+                                built_value = rfc3339;
+                            }
+                        }

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


More information about the Koha-bugs mailing list