Summary: | columns.def has swapped last and first name of alt contact | ||
---|---|---|---|
Product: | Koha | Reporter: | paxed <pasi.kallinen> |
Component: | Reports | Assignee: | 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
Created attachment 30539 [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 Created attachment 30540 [details] [review] [Signed-off] 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 Véron <veron@veron.ch> 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> Patch pushed to master. |