Reverting an earlier change to overdue.pl (still broken) and
authorJoshua Ferraro <jmf@liblime.com>
Sun, 10 Aug 2008 11:45:50 +0000 (06:45 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 10 Aug 2008 11:45:50 +0000 (06:45 -0500)
fixing a translation problem with borrowers_stats.ptmpl:

xgettext.pl: Warning: borrowers_stats.tmpl: line 28: SGML "closed start tag" notation: <p<!-- TMPL_IF NAME="debug"--> class="debug"<

circ/overdue.pl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tmpl

index 93f267f..e8e280f 100755 (executable)
@@ -56,7 +56,7 @@ my $dbh = C4::Context->dbh;
 # download the complete CSV
 if ($op eq 'csv') {
 warn "BRANCH : $branchfilter";
-    my $csv = `../misc/cronjobs/overdue_notices.pl -csv -n`; # -library $branchfilter`;
+    my $csv = `../misc/cronjobs/overdue_notices.pl -csv -n -library $branchfilter`;
     print $input->header(-type => 'application/vnd.sun.xml.calc',
                         -encoding    => 'utf-8',
                         -attachment=>"overdues.csv",
index 217f895..2edf108 100644 (file)
@@ -25,7 +25,7 @@
                <!-- TMPL_IF NAME="loopfilter"-->
                        <p>Filtered on</p>
                        <!-- TMPL_LOOP NAME="loopfilter" -->
-                               <p<!-- TMPL_IF NAME="debug"--> class="debug"<!-- TMPL_ELSIF NAME="sql" --> class="sql"<!-- /TMPL_IF -->>
+                               <p>
                                        <!-- TMPL_VAR NAME="crit"--> = <!-- TMPL_VAR NAME="filter"-->
                                </p>
                        <!-- /TMPL_LOOP -->