Skip to content

Commit 48ebaaf

Browse files
committed
Series sales form: don't specify primary currency by default.
Should prevent accidentally submitting a form with default currency.
1 parent cf7689c commit 48ebaaf

File tree

1 file changed

+1
-0
lines changed
  • src/main/webapp/WEB-INF/views/series

1 file changed

+1
-0
lines changed

Diff for: src/main/webapp/WEB-INF/views/series/info.html

+1
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
449449
</div>
450450
<div class="col-xs-4 no-padding">
451451
<select id="currency" class="form-control" required="required" th:field="*{currency}">
452+
<option value=""></option>
452453
<option value="USD">USD</option>
453454
<option value="EUR">EUR</option>
454455
<option value="GBP">GBP</option>

0 commit comments

Comments
 (0)