[Koha-patches] [PATCH] Bug 3167 Remove redundant link from accession date

Colin Campbell colin.campbell at ptfs-europe.com
Tue Sep 29 18:09:54 CEST 2009


Removes the redundant link from the label accession date to orderreceive.pl
accessing the link invariably generates an error
it is also not clear what anyone following the link would expect
to access if it were working
---
 .../prog/en/modules/catalogue/moredetail.tmpl      |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl
index 9e8165f..7d8186b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl
@@ -138,8 +138,7 @@
             </ol></div>
             <div class="listgroup"><h4>History</h4>
             <ol class="bibliodetails">
-                <li><span class="label">
-                <!-- TMPL_IF NAME="CAN_user_editcatalogue" --><a href="/cgi-bin/koha/acqui/orderreceive.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;invoice=<!-- TMPL_VAR NAME="booksellerinvoicenumber" -->&amp;catview=yes">Accession Date:</a><!-- TMPL_ELSE -->Accession Date:<!-- /TMPL_IF --></span> <!-- TMPL_VAR NAME="dateaccessioned" --></li>
+                <li><span class="label">Accession Date:</span> <!-- TMPL_VAR NAME="dateaccessioned" -->&nbsp;</li>
 
                 <li><span class="label">Total Renewals:</span> <!-- TMPL_VAR NAME="renewals" -->&nbsp;</li>
 
-- 
1.6.2.5




More information about the Koha-patches mailing list