Bug 14328

Summary: sendbasket: Sent cart does not contain a name
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: 3.22   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17109
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Marcel de Rooy 2015-06-04 09:48:00 UTC
This happened to me on 3.14 but the code on master is not really different.

A user select a few biblios and puts them into the cart. He sends the cart by mail via opac-sendbasket.
The received mail starts with:
===
Hi,

   sent you a cart from our online catalog.

   Please note that the attached file is a MARC bibliographic records
   file which can be imported into personal bibliographic software like
   EndNote, Reference Manager or ProCite.
===
The mail contains the comment and the selected biblios. But note that there is no firstname or surname in the line after Hi.
I have no borrowers in my table without firstname and surname.
When looking at the code, it seems to be impossible to generate such a mail. (You should be logged in.)
I tried with removing the cookie during the process, but could not reproduce this phenomenon.

Did you ever encounter this? Or have an idea of a possible cause?
Comment 1 Owen Leonard 2016-06-21 18:09:42 UTC
I can't reproduce this problem in master. Can this report be closed?
Comment 2 Marcel de Rooy 2016-08-11 10:31:51 UTC
(In reply to Owen Leonard from comment #1)
> I can't reproduce this problem in master. Can this report be closed?

Not yet.
I will still follow this under 3.22.
It is quite hard to reproduce if you completely do not understand how it is possible at all..
Comment 3 Marcel de Rooy 2016-08-11 13:02:04 UTC
I still hope to get some more light on this with bug 17109
Comment 4 Marcel de Rooy 2017-03-07 15:46:05 UTC
Closing this one now. Seems fixed; can always reopen if needed.