Comment # 15
from Ian Walls
I'm with Katrin on this; we need to be sure this doesn't break existing
installations that don't have the http:// or https:// in the system preference.
Until that is resolved, this needs to be marked Failed QA.
Some additional problems:
Broken TT tag around line 38 of
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt : %
OPACBaseURL %]
OPACrssURL is needlessly defined and assigned; we're just passing OPACBaseURL
straight through to the template param of the same name. Why have an extra
storage variable for this?