[open-ils-commits] r10355 - branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/po

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 13 13:47:32 EDT 2008


Author: erickson
Date: 2008-08-13 13:47:29 -0400 (Wed, 13 Aug 2008)
New Revision: 10355

Modified:
   branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/po/li_search.html
Log:
pre-check the create bibs and encumbrance options

Modified: branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/po/li_search.html
===================================================================
--- branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/po/li_search.html	2008-08-13 16:37:00 UTC (rev 10354)
+++ branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/po/li_search.html	2008-08-13 17:47:29 UTC (rev 10355)
@@ -87,13 +87,13 @@
                 <tr>
                     <td><label for="create_assets">${_('Generate Bib/Copy Data')}</label></td>
                     <td>
-                        <input name='create_assets' dojoType='dijit.form.CheckBox'> </input>
+                        <input name='create_assets' dojoType='dijit.form.CheckBox' checked='checked'> </input>
                     </td>
                 </tr>
                 <tr>
                     <td><label for="create_debits">${_('Encumber funds')}</label></td>
                     <td>
-                        <input name='create_debits' dojoType='dijit.form.CheckBox'> </input>
+                        <input name='create_debits' dojoType='dijit.form.CheckBox' checked='checked'> </input>
                     </td>
                 </tr>
                 <tr>



More information about the open-ils-commits mailing list