Bug 15146

Summary: Format date of birth on patrons requesting modification page
Product: Koha Reporter: Marc Véron <veron>
Component: PatronsAssignee: Marc Véron <veron>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: gmcharlt, hector.hecaxmmx, katrin.fischer, kyle.m.hall, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14956
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 15146 - Format date of birth on patrons requesting modification page
[SIGNED-OFF]Bug 15146 - Format date of birth on patrons requesting modification page
Bug 15146 - Format date of birth on patrons requesting modification page

Description Marc Véron 2015-11-06 07:57:05 UTC
To reproduce:

- Log in to Opac
- Go to "your personal details"
- Request a change of the date of birth
- Log in to Staff client
- Follow link to Patrons requesting modifications
  (/koha/members/members-update.pl)
=> The date is not formatted in syspref format

This is independent from C4::Dates removal.
Comment 1 Marc Véron 2015-11-06 08:16:38 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2015-11-06 08:20:25 UTC
Related to but not depending from Bug 14956
Comment 3 Héctor Eduardo Castro Avalos 2015-11-06 14:34:57 UTC Comment hidden (obsolete)
Comment 4 Jonathan Druart 2015-11-06 14:51:46 UTC
Created attachment 44572 [details] [review]
Bug 15146 - Format date of birth on patrons requesting modification page

To reproduce / test

- Log in to Opac
- Go to "your personal details"
- Request a change of the date of birth
- Log in to Staff client
- Follow link to Patrons requesting modifications
  (/koha/members/members-update.pl)
=> The date is not formatted in syspref format

- Apply patch, reload members-update.pl
=> The date is formatted in syspref format

- Approve changes
- Verify that changes are saved

This is independent from C4::Dates removal.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as advertised. Changes saved Ok, Update patron record follows
dateformat syspref

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 5 Tomás Cohen Arazi 2015-11-06 18:14:08 UTC
Patch pushed to master.

Thanks Marc!