Bug 17386

Summary: Add opac notes for patron to self checkout screen
Product: Koha Reporter: Marc Véron <veron>
Component: Self checkoutAssignee: Marc Véron <veron>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: brendan, hector.hecaxmmx, jonathan.druart
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 17386: Add opac notes for patron to self checkout screen
[SIGNED-OFF]Bug 17386: Add opac notes for patron to self checkout screen
Bug 17386: Add opac notes for patron to self checkout screen
Bug 17386: Simplify code

Description Marc Véron 2016-09-30 19:28:09 UTC
Display patron messages from OPAC summary page on SCO screen as well.
Comment 1 Marc Véron 2016-09-30 19:39:28 UTC
Created attachment 55963 [details] [review]
Bug 17386: Add opac notes for patron to self checkout screen

Display patron messages from OPAC summary page on SCO screen as well.

To test:
- Make sure you have patrons with and without OPAC note and OPAC messages
- Log in to OPAC and go to patrons 'your summary' page to display note
  and messages
- Apply patch
- Refresh patrons detail page. Verify that it looks the same as before
- Go to SCO
- Log in as such patron
- Verify that note and messages appear the same as on OPAC summary page
Comment 2 Héctor Eduardo Castro Avalos 2016-10-03 19:55:23 UTC
Created attachment 55987 [details] [review]
[SIGNED-OFF]Bug 17386: Add opac notes for patron to self checkout screen

Display patron messages from OPAC summary page on SCO screen as well.

To test:
- Make sure you have patrons with and without OPAC note and OPAC messages
- Log in to OPAC and go to patrons 'your summary' page to display note
  and messages
- Apply patch
- Refresh patrons detail page. Verify that it looks the same as before
- Go to SCO
- Log in as such patron
- Verify that note and messages appear the same as on OPAC summary page

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as advertised
Comment 3 Jonathan Druart 2016-10-04 12:58:40 UTC
Created attachment 56029 [details] [review]
Bug 17386: Add opac notes for patron to self checkout screen

Display patron messages from OPAC summary page on SCO screen as well.

To test:
- Make sure you have patrons with and without OPAC note and OPAC messages
- Log in to OPAC and go to patrons 'your summary' page to display note
  and messages
- Apply patch
- Refresh patrons detail page. Verify that it looks the same as before
- Go to SCO
- Log in as such patron
- Verify that note and messages appear the same as on OPAC summary page

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

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Jonathan Druart 2016-10-04 12:58:44 UTC
Created attachment 56030 [details] [review]
Bug 17386: Simplify code

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 5 Brendan Gallagher 2016-10-10 14:09:10 UTC
Pushed to Master - Should be in the November 16.11 release.  Thanks!