[open-ils-commits] r7886 - trunk/Open-ILS/src/perlmods/OpenILS/WWW
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Oct 15 14:34:55 EDT 2007
Author: miker
Date: 2007-10-15 14:22:25 -0400 (Mon, 15 Oct 2007)
New Revision: 7886
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
Log:
thinko causing authority export to be missed
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm 2007-10-15 15:50:12 UTC (rev 7885)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm 2007-10-15 18:22:25 UTC (rev 7886)
@@ -281,7 +281,7 @@
<br/><br/> <b>or</b> <br/><br/>
Record ID <input type="text" size="12" maxlength="12" name="id"/>
<br/><br/> Record Type:
- <select name="type">
+ <select name="rectype">
<option value="biblio">Bibliographic Records</option>
<option value="authority">Authority Records</option>
</select>
More information about the open-ils-commits
mailing list