Updating the export account popup.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 30 Mar 2018 12:25:34 +0000 (08:25 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 30 Mar 2018 12:25:34 +0000 (08:25 -0400)
Make the default csv output not html.

views/admin/billing/exportBillingModal.html

index 1672e56..e11a78e 100644 (file)
@@ -52,8 +52,8 @@
             <tr>
                 <th>Export to: </th>
                 <td>
-                    <input type="radio" name="type" value="print" checked="checked"> Export for Print<br>
-                    <input type="radio" name="type" value="csv"> Export to Spreadsheet (CSV)
+                    <input type="radio" name="type" value="csv" checked="checked"> Export to Spreadsheet (CSV)<br>
+                    <input type="radio" name="type" value="print"> Export for Print
                 </td>
             </tr>
         </table>