[Koha-patches] [PATCH] Bug 3805 Suppress display of basket level invoice no

Colin Campbell colin.campbell at ptfs-europe.com
Mon Nov 23 13:05:33 CET 2009


The aqbasket invoice number is not the one populated on receipt
as the order line invoice number is the field used elsewhere
suppress the unpopulated field from the basket display
---
 .../prog/en/modules/acqui/basket.tmpl              |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl
index 91a9fe7..818a2ed 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl
@@ -40,7 +40,6 @@
         <p>Managed by:  <!-- TMPL_VAR NAME="authorisedbyname" --></p>
         <p>Open on:  <!-- TMPL_VAR NAME="creationdate" --></p>
         <p>For vendor ID: <!-- TMPL_VAR NAME="booksellerid" --></p>
-        <p>Invoice number: <!-- TMPL_VAR NAME="booksellerinvoicenumber" --></p>
         <!-- TMPL_IF name="closedate" --><p>Closed On:  <!-- TMPL_VAR name="closedate" --></p><!-- /TMPL_IF -->
         <!-- TMPL_UNLESS name="closedate" -->
         <p><a href="javascript:confirm_close()" class="button">Close this basket</a></p>
-- 
1.6.5.2




More information about the Koha-patches mailing list