Koha/koha-tmpl/opac-tmpl/prog
Owen Leonard 714c8b924e Fix for Bug 6640, Locations not showing in circ reports
An invalid template syntax for defining a variable's default
value is found in the circ report template and several
others:

[% DEFAULT LibraryNameTitle="Koha Online" %]

Based on the T:T docs this appears to be the correct way of defining
a default value:

[% LibraryNameTitle or "Koha Online" %]

Reference:

http://template-toolkit.org/docs/manual/Syntax.html#section_Implicit_Directives_GET_and_SET

Signed-off-by: Nicole Engard <nengard@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-08-18 20:57:32 +12:00
..
en Fix for Bug 6640, Locations not showing in circ reports 2011-08-18 20:57:32 +12:00
famfamfam
images Fix for Bug 6534 - Duplicate opac renew buttons at the top of the checkouts list 2011-08-07 22:55:12 +12:00
itemtypeimg Bug 6706 : Add Crystal Clear Icon Set 2011-08-14 20:03:33 +12:00