Bug 3805 Suppress display of basket level invoice no
authorColin Campbell <colin.campbell@ptfs-europe.com>
Mon, 23 Nov 2009 12:05:33 +0000 (12:05 +0000)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 1 Dec 2009 09:30:25 +0000 (10:30 +0100)
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

koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl

index cee6d91..3dcd083 100644 (file)
@@ -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>