[Koha-cvs] Changes to koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl [rel_2_2]

paul poulain paul at koha-fr.org
Mon Dec 5 11:46:24 CET 2005


Index: koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl:1.15.2.9 koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl:1.15.2.10
--- koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl:1.15.2.9	Wed Sep 14 14:11:15 2005
+++ koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl	Mon Dec  5 10:46:24 2005
@@ -32,8 +32,8 @@
 				<th class="acquisition doNotPrint">Order</th>
 				<th class="acquisition">Publisher<a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=biblioitems.publishercode" class="acquisition">[order]</a></th>
 				<th class="acquisition">Title</th>
-				<th class="acquisition">rrp</th>
-				<th class="acquisition doNotPrint">est</th>
+				<th class="acquisition doNotPrint">rrp</th>
+				<th class="acquisition">est</th>
 				<th class="acquisition">Qty</th>
 				<th class="acquisition">Total</th>
 				<th class="acquisition doNotPrint">Fund <a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[order]</a></th>
@@ -66,8 +66,8 @@
 								<!-- TMPL_IF name="notes" --></p><p class="doNotPrint"><i><!--TMPL_VAR name="notes" --></i><!-- /TMPL_IF -->
 						</td>
 					<!-- /TMPL_IF -->
-					<td class="number"><p><!-- TMPL_VAR NAME="rrp" --></p></td>
-					<td class="doNotPrint number"><p><!-- TMPL_VAR NAME="ecost" --></p></td>
+					<td class="doNotPrint number"><p><!-- TMPL_VAR NAME="rrp" --></p></td>
+					<td class="number"><p><!-- TMPL_VAR NAME="ecost" --></p></td>
 					<td class="number"><p><!-- TMPL_VAR NAME="quantity" --></p></td>
 					<td class="number"><p><!-- TMPL_VAR NAME="line_total" --></p></td>
 					<td class="doNotPrint"><p><!-- TMPL_VAR NAME="bookfundid" --></p></td>





More information about the Koha-cvs mailing list