[Koha-bugs] [Bug 7878] When duplicating a patron too many fields carrying over

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Oct 11 16:28:30 CEST 2014


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

--- Comment #7 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 32235
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32235&action=edit
Bug 7878: (qa follow-up) Fix the sex default value

Without the previous patch, when you edited a patron, the "N/A" value
was selected for sex.
With, no checkboxes were selected.

This patch also replaces the
    IF opduplicate do nothing ELSE do something END
statement with
    UNLESS opduplicate do something END
which is more readable.

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

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


More information about the Koha-bugs mailing list