Bug 14328 - sendbasket: Sent cart does not contain a name
Summary: sendbasket: Sent cart does not contain a name
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: 3.22
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-04 09:48 UTC by Marcel de Rooy
Modified: 2017-03-07 15:46 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.