[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en maninvoic... [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Tue Apr 24 15:34:51 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/04/24 13:34:51

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en: maninvoice.tmpl 

Log message:
	Switched to using barcode instead of itemnumber, other minor tweaks.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/maninvoice.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.2&r2=1.1.2.1.2.3

Patches:
Index: maninvoice.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/Attic/maninvoice.tmpl,v
retrieving revision 1.1.2.1.2.2
retrieving revision 1.1.2.1.2.3
diff -u -b -r1.1.2.1.2.2 -r1.1.2.1.2.3
--- maninvoice.tmpl	23 Apr 2007 16:30:36 -0000	1.1.2.1.2.2
+++ maninvoice.tmpl	24 Apr 2007 13:34:51 -0000	1.1.2.1.2.3
@@ -28,12 +28,15 @@
 <form class="inline" action="/cgi-bin/koha/maninvoice.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" />
 	<div class="data">
           <table>
-	    <tr><th>Borrowernumber</th><td><!-- TMPL_VAR Name="bornum" --></td><td></td></tr>
+	    <tr><th>Patron</th><td><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR Name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</td><td></td></tr>
 	    <tr><th>Type</th><td><select name="type">
 <option value="L">Lost Item</option>
 <option value="F">Fine</option>
+<option value="D">Damaged Item</option>
 </select></td><td></td></tr>
+<!--HIDE FOR CCFLS
 	<tr><th>Itemnumber</th><td><input type="text" name="itemnum" /></td><td><i>Optional: Alternative to Barcode</i></td></tr>
+END HIDE -->
 	<tr><th>Description</th><td><input type="text" name="desc" size="50" /></td><td></td></tr>
 	<tr><th>Amount</th><td>$<input type="text" name="amount" /></td><td></td></tr>
 	<tr><th>Barcode</th><td><input type="text" name="barcode" /></td><td><i>Item Barcode</i></td></tr>





More information about the Koha-cvs mailing list