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

Bernardo Gonzalez Kriegel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #31 from Bernardo Gonzalez Kriegel <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to