[Koha-patches] [PATCH] Add the feature to create reports with borrower's sex information(Men/Women) (bug #2671).

Joe Atzberger joe.atzberger at liblime.com
Tue Oct 14 17:43:41 CEST 2008


On Tue, Oct 14, 2008 at 10:23 AM, Nahuel Angelinetti <
nahuel.angelinetti at biblibre.com> wrote:

> ---
> -               DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),
> +               DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar('iso')
>

I'm not sure, but I think this might cause trouble to those whose date
format is not ISO.  Scripts should expect user-input dates received to be in
the syspref format, "catching" them by instantiating C4::Dates objects (or
at least using the Dates regexps).

The datefomat change is not described in your commit message and seems
unrelated to it.  Perhaps you can resubmit without it, or explain your
motivation?

--Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20081014/11c48116/attachment-0002.htm>


More information about the Koha-patches mailing list