http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12627

Jonathan Druart <jonathan.dru...@biblibre.com> changed:

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

--- Comment #21 from Jonathan Druart <jonathan.dru...@biblibre.com> ---
Created attachment 31953
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31953&action=edit
Bug 12627: Fix default values

The default value for *by and *date fields is NULL.
But without this patch, the values are 0 or 0000-00-00.
It comes from the fact that the form set to an empty string the values
and DBIX::Class does not consider them as undefined.

This patch is very ugly, not sure how we can fix that.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to