ACQ: default to selected line items instead of all line items
authorDan Scott <dscott@laurentian.ca>
Tue, 12 Jun 2018 17:20:04 +0000 (13:20 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 12 Jun 2018 17:26:53 +0000 (13:26 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/acq/common/li_table.tt2

index 895852c..a00b6a9 100644 (file)
                 </tr>
                 <tr>
                     <td>[% l('All Line Items') %]</td>
-                    <td><input checked='checked' name='create_from' value='all' dojoType='dijit.form.RadioButton'/></td>
+                    <td><input name='create_from' value='all' dojoType='dijit.form.RadioButton'/></td>
                 </tr>
                 <tr>
                     <td>[% l('Selected Line Items') %]</td>
-                    <td><input name='create_from' value='selected' dojoType='dijit.form.RadioButton'/></td>
+                    <td><input checked='checked' name='create_from' value='selected' dojoType='dijit.form.RadioButton'/></td>
                 </tr>
                 <tr>
                     <td>[% l('Import Bibs and Create Copies') %]</td>