[Koha-patches] [PATCH] bug 3978 fix column display on vendor search results

Nicole Engard nengard at gmail.com
Fri Dec 18 11:15:45 CET 2009


---
 .../prog/en/modules/acqui/booksellers.tmpl         |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl
index 48d138f..45cd7fe 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl
@@ -90,8 +90,7 @@
                                 <tr>
                             <!-- /TMPL_UNLESS -->
                             <!--/TMPL_IF-->
-                                    <td><!-- TMPL_VAR NAME="basketno" --></td>
-                                    <td><!-- TMPL_VAR NAME="basketname" --></td>
+                                    <td><!-- TMPL_VAR NAME="basketname" --> (#<!-- TMPL_VAR NAME="basketno" -->)</td>
                                     <td><!--TMPL_VAR NAME="total"--></td>
                                     <td>						<!-- TMPL_VAR name="firstname" -->
                                             <!-- TMPL_VAR name="surname" -->
-- 
1.5.6.5




More information about the Koha-patches mailing list