When a patron note is added via "Add message" it displays on both the checkouts and the details tab. But a circulation note (Edit patron...) is only displayed on the checkouts tab. It would be nice if the circulation note also showed on the details tab.
On master I still see this, but rather than being on the top of the page with messages, it is under "Library Use" below the password.
I concur with Lisette. I also think it's a little confusing that the terminology of Opac note and Circulation note is named differently in the Add message function.
Hi David, can you explain a bit more?
(In reply to Katrin Fischer from comment #3) > Hi David, can you explain a bit more? Hi Katrin, sorry this is my mistake. I hadn't realised that the messages go to a completely different table. I thought they worked the same way that the OPAC and Circulation notes do, but I was wrong. Ignore me!
Ah right, that can be a bit confusing!
Hi Katrin, is this still an issue? The circulation note display on the Display tab under the library use block on the right hand side. Would you like it more prominent?
I think I'd make the display the same for checkouts an details in also displaying git on top - but that's more a feeling. You are right in that it displays on the page. I splitted this out of bug 21211, which was not reported by me, when fixing the tool bars :)
I've changed the title of this bug as it has moved on from what was originally reported.
Created attachment 104312 [details] [review] Bug 25188: Make circulation notes more prominent on the patron details tab This patch adds a more prominent circulation note to the moremember.pl details screen. To test: 1) Add a circulation note to a patron record. 2) Note that it displays prominently on the checkout tab, but only under the Library Use block on the details tab. 3) Apply the patch. 4) Check that the note is now displayed prominently at the top of the details (moremember.pl) screen. https://bugs.koha-community.org/show_bug.cgi?id=25118
(In reply to Katrin Fischer from comment #7) > I think I'd make the display the same for checkouts an details in also > displaying git on top - but that's more a feeling. You are right in that it > displays on the page. > > I splitted this out of bug 21211, which was not reported by me, when fixing > the tool bars :) Hi Katrin - I hope this patch does what you want! :-)
Created attachment 104346 [details] [review] Bug 25188: Make circulation notes more prominent on the patron details tab This patch adds a more prominent circulation note to the moremember.pl details screen. To test: 1) Add a circulation note to a patron record. 2) Note that it displays prominently on the checkout tab, but only under the Library Use block on the details tab. 3) Apply the patch. 4) Check that the note is now displayed prominently at the top of the details (moremember.pl) screen. https://bugs.koha-community.org/show_bug.cgi?id=25118 Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> https://bugs.koha-community.org/show_bug.cgi?id=25245
Created attachment 104347 [details] [review] Bug 25188: Make circulation notes more prominent on the patron details tab This patch adds a more prominent circulation note to the moremember.pl details screen. To test: 1) Add a circulation note to a patron record. 2) Note that it displays prominently on the checkout tab, but only under the Library Use block on the details tab. 3) Apply the patch. 4) Check that the note is now displayed prominently at the top of the details (moremember.pl) screen. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Finally got the right patch attached to the right bug - phew. This was what i was thinking about - thx Phil. Should we get some more opinions on this?
Created attachment 104358 [details] [review] Bug 25188: Make circulation notes more prominent on the patron details tab This patch adds a more prominent circulation note to the moremember.pl details screen. To test: 1) Add a circulation note to a patron record. 2) Note that it displays prominently on the checkout tab, but only under the Library Use block on the details tab. 3) Apply the patch. 4) Check that the note is now displayed prominently at the top of the details (moremember.pl) screen. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Nice work everyone! Pushed to master for 20.05
enhancement not backported to 19.11.x