Bug 11673

Summary: columns.def has swapped last and first name of alt contact
Product: Koha Reporter: paxed <pasi.kallinen>
Component: ReportsAssignee: Tomás Cohen Arazi (tcohen) <tomascohen>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: trivial    
Priority: P5 - low CC: m.de.rooy, tomascohen, veron
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:
Circulation function:
Attachments: Bug 11673: columns.def has swapped last and first name of alt contact
[Signed-off] Bug 11673: columns.def has swapped last and first name of alt contact
Bug 11673: columns.def has swapped last and first name of alt contact

Description paxed 2014-02-04 06:58:31 UTC
borrowers.altcontactfirstname   Alternate contact: Last name
borrowers.altcontactsurname     Alternate contact: First name
Comment 1 Tomás Cohen Arazi (tcohen) 2014-08-05 02:17:36 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2014-08-05 07:38:43 UTC Comment hidden (obsolete)
Comment 3 Marcel de Rooy 2014-08-07 10:55:04 UTC
Created attachment 30571 [details] [review]
Bug 11673: columns.def has swapped last and first name of alt contact

To test:
- Create a new guided circulation report
- On the field list scroll to "Alternate contact: Last name"
=> FAIL:
   "Alternate contact: Last name" relates to borrowers.altcontactfirstname
   "Alternate contact: First name" relates to borrowers.altcontactsurname
- Apply the patch, restart the creation of the report
=> SUCCESS:
   "Alternate contact: First name" relates to borrowers.altcontactfirstname
   "Alternate contact: Surname" relates to borrowers.altcontactsurname
- Sign off :-D

Regards
To+

Sponsored-by: Universidad Nacional de Cordoba

Patch behaves as expected
Signed-off-by: Marc Veron <veron@veron.ch>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 4 Tomás Cohen Arazi (tcohen) 2014-08-07 19:58:31 UTC
Patch pushed to master.