pre-check the create bibs and encumbrance options
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 13 Aug 2008 17:47:29 +0000 (17:47 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 13 Aug 2008 17:47:29 +0000 (17:47 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@10355 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/po/li_search.html

index 181e79c..87a8088 100644 (file)
                 <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>