[Koha-bugs] [Bug 5010] Incomplete links in carts and lists sent from the staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 22 12:52:35 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5010

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bgkriegel at gmail.com

--- Comment #31 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Question:

On opac-sendbasket.pl you send 

if (C4::Context->preference('OPACBaseURL')){
  $template2->param( OPACBaseURL => C4::Context->preference('OPACBaseURL') );
}

and in virtualshelves/sendshelf.tt

[% Koha.Preference( 'OPACProtocol' ) %][% OPACBaseURL %]/cgi-bin/koha/opac...

Why not 

[% Koha.Preference('OPACProtocol') %][% Koha.Preference('OPACBaseURL') %]

?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list