Signed off and passed QA. On Thu, Jul 28, 2011 at 4:15 PM, Owen Leonard <oleon...@myacpl.org> wrote:
> T:T variable scope error. Also correcting placement of calendar > include in the source to avoid JavaScript error. > --- > .../prog/en/modules/serials/claims.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git > a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.ttb/koha-tmpl/intranet-tmpl/prog/en/modules/serials/ > claims.tt > index b31cd73..2d4cf10 100644 > --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt > +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt > @@ -1,5 +1,4 @@ > [% INCLUDE 'doc-head-open.inc' %] > -[% INCLUDE 'calendar.inc' %] > <title>Koha › Serials › Claims</title> > [% INCLUDE 'doc-head-close.inc' %] > <script type="text/javascript" src="[% themelang > %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> > @@ -145,6 +144,7 @@ > > //]]> > </script> > +[% INCLUDE 'calendar.inc' %] > </head> > <body> > [% INCLUDE 'header.inc' %] > @@ -281,7 +281,7 @@ > </tr></thead> > <tbody>[% FOREACH missingissue IN missingissues %] > <tr> > - [% IF ( missingissue.letter ) %] > + [% IF ( letter ) %] > <td> > <input type="checkbox" name="serialid" value="[% > missingissue.serialid %]" /> > </td> > -- > 1.7.3 > > _______________________________________________ > Koha-patches mailing list > Koha-patches@lists.koha-community.org > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches > website : http://www.koha-community.org/ > git : http://git.koha-community.org/ > bugs : http://bugs.koha-community.org/ > -- Ian Walls Lead Development Specialist ByWater Solutions Phone # (888) 900-8944 http://bywatersolutions.com ian.wa...@bywatersolutions.com Twitter: @sekjal
_______________________________________________ Koha-patches mailing list Koha-patches@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/