Skip to content

Commit

Permalink
Add default option to fix SD-2342
Browse files Browse the repository at this point in the history
  • Loading branch information
lasley committed Aug 31, 2017
1 parent 2a819a7 commit b93103f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
class="form-control js_medical_prescription o_website_form_input"
required="required"
>
<option value="">Choose Prescription...</option>
<option value="0">New Prescription</option>
<t t-foreach="prescription_lines" t-as="prescription_line">
<option t-att-value="prescription_line.id">
Expand Down

0 comments on commit b93103f

Please sign in to comment.