Bug 7064

Summary: TT error for OPACBaseURL in opac-sendshelf template
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: OPACAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED DUPLICATE QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE)    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Patch

Description Marcel de Rooy 2011-10-19 14:23:33 UTC
TT template for opac-sendshelf contains a URL to the catalog in the mail, coming from Send List. The template refers to OPACBaseURL, but it does not show up in the mail.

This variable is not filled in the script; since it is used in a foreach block in the template, it should be added in that scope.

Test this by sending a list from opac-shelves. Check the URL inside the mail that you are sending (to yourself).
Comment 1 Marcel de Rooy 2011-10-19 14:26:41 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2011-10-19 14:34:21 UTC
An alternative fix for this bug is contained in the patch for Bug 6957.
Comment 3 Marcel de Rooy 2011-10-19 14:36:36 UTC
(In reply to comment #2)
> An alternative fix for this bug is contained in the patch for Bug 6957.
OK. Thanks. Will close this one.
Comment 4 Marcel de Rooy 2011-10-19 14:37:31 UTC

*** This bug has been marked as a duplicate of bug 6957 ***