[Koha-patches] [PATCH] Bug 3919 : (MT #3742) : Add orders from staged file.

Chris Cormack chrisc at catalyst.net.nz
Thu Mar 24 23:30:29 CET 2011


From: Christophe Croullebois <christophe.croullebois at biblibre.com>

this fix an error warning about the lack of the basketno in the form return.
---
 .../prog/en/modules/acqui/addorderiso2709.tmpl     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tmpl
index 94637d1..38e017a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tmpl
@@ -38,6 +38,7 @@
                </div>
                <div>
                    <form action="<!--TMPL_VAR name="scriptname" -->" method="post" name="import_biblios">
+                     <input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
                      <table>
                      <tr>
                          <th>#</th>
@@ -57,7 +58,6 @@
                          </tr>
                          <!-- TMPL_IF name="match_biblionumber" -->
                            <tr>
-                             <td />
                              <td class="highlight" colspan="3">Matches biblio <!-- TMPL_VAR name="match_biblionumber" --> (score = <!-- TMPL_VAR name="match_score" -->): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="match_biblionumber" -->"><!-- TMPL_VAR name="match_citation" --></a></td>
                            </tr>
                          <!-- /TMPL_IF -->
-- 
1.7.1



More information about the Koha-patches mailing list