fixes a minor plugin bug where position 06 was not getting populated
authorkados <kados>
Fri, 12 May 2006 13:06:00 +0000 (13:06 +0000)
committerkados <kados>
Fri, 12 May 2006 13:06:00 +0000 (13:06 +0000)
by 'c' if 'c' was selected.

koha-tmpl/intranet-tmpl/npl/en/value_builder/marc21_field_008.tmpl

index 2dcaa14..a43c771 100644 (file)
@@ -88,7 +88,7 @@
                                 <option value="q">q- Questionable date</option>
                         <!-- /TMPL_IF -->
 
-                       <!-- TMPL_IF name="fc" -->
+                       <!-- TMPL_IF name="f6c" -->
                                 <option value="c" SELECTED>c- Serial item currently published</option>
                         <!-- TMPL_ELSE -->
                                 <option value="c">c- Serial item currently published</option>