Set "Create PO" default to "selected items" features/acq_defaults_2_7 rel_2_7_mergery
authorDan Scott <dscott@laurentian.ca>
Wed, 23 Dec 2015 20:21:28 +0000 (15:21 -0500)
committerDan Scott <dscott@laurentian.ca>
Wed, 23 Dec 2015 20:21:28 +0000 (15:21 -0500)
This is a little safer than defaulting to all items. Because sanity.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/acq/common/li_table.tt2

index 533a2ca..3a5eeed 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>