Bug 14925

Summary: Remove C4::Dates from members/moremember.pl
Product: Koha Reporter: Marc Véron <veron>
Component: Architecture, internals, and plumbingAssignee: Marc Véron <veron>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: hector.hecaxmmx, m.de.rooy, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 14870, 14990    
Attachments: Bug 14925 - Remove C4::Dates from members/moremember.pl
Bug 14925 - Remove C4::Dates from members/moremember.pl
[SIGNED-OFF]Bug 14925 - Remove C4::Dates from members/moremember.pl
Bug 14925 - Remove C4::Dates from members/moremember.pl
Bug 14925: (QA followup) tidy code block

Description Marc Véron 2015-09-29 16:13:38 UTC
This patch removes C4::Dates from members/moremember.pl
Comment 1 Marc Véron 2015-09-29 16:16:42 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2015-09-29 16:18:11 UTC Comment hidden (obsolete)
Comment 3 Marcel de Rooy 2015-09-29 16:21:47 UTC
Just a dumb question: But wouldn't it be easier to combine all those patches a little bit more? For instance per module or so?
Every report needs its own signoff and qa etc..
Comment 4 Héctor Eduardo Castro Avalos 2015-10-08 20:29:04 UTC Comment hidden (obsolete)
Comment 5 Jonathan Druart 2015-10-09 08:10:55 UTC
Created attachment 43288 [details] [review]
Bug 14925 - Remove C4::Dates from members/moremember.pl

This patch removes C4::Dates from members/moremember.pl

To test:
- Go to Details page of several members
- Verify that all dates display OK, including restrictions

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as advertised. All dates displayed OK

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 6 Tomás Cohen Arazi 2015-10-09 13:40:25 UTC
Created attachment 43299 [details] [review]
Bug 14925: (QA followup) tidy code block

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 7 Tomás Cohen Arazi 2015-10-09 14:30:27 UTC
Patch pushed to master.

Thanks Marc!