http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4402
--- Comment #14 from Jonathan Druart <[email protected]> --- (In reply to Katrin Fischer from comment #10) > Hm, the new patch does cause some weird side effects. When I access the > bookseller parcels page via 'receive shipment' the old shipments/open > invoices don't show up. > > I think it's the same problem I've run into trying to avoid using C4::Dates, > Koha::DateUtils date_to_string returns not only the date and it will also > return "now" if no date is given: > > 2015-01-12T07:13:11 > > And that won't work in the SQL. The date generated by dt_from_string(undef) is today, we don't want to generate a date if the date parameters are not set. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
