bug 1566, changed default behaviour of manual/unexpected serial, to not receive.
authorMason James <mtj@liblime.com>
Tue, 13 Nov 2007 17:59:13 +0000 (11:59 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 13 Nov 2007 18:46:50 +0000 (12:46 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl

index 5b86029..e8c9d42 100644 (file)
@@ -314,6 +314,7 @@ Error : Barcode Not Unique For serialseq <!--TMPL_VAR Name="errserialseq"-->
         </td>
         <td>
             <select name="status" size="1" id="addstatus<!-- TMPL_VAR NAME="num" -->">
+                    <option value="">----</option>
   <!--TMPL_IF name="status1" -->
                     <option value="1" selected="selected">Waited</option>
   <!-- /TMPL_IF -->
@@ -408,4 +409,4 @@ Error : Barcode Not Unique For serialseq <!--TMPL_VAR Name="errserialseq"-->
 <!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->