Bug 23674: Add note field the last field in discount modal
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
0e45555302
commit
9c44fe1257
1 changed files with 4 additions and 4 deletions
|
@ -410,15 +410,15 @@
|
|||
<ol>
|
||||
<li> <span id="apply_discount_item" class="label">Account type: </span><span></span> </li>
|
||||
<li> <span id="charged" class="label">Amount charged: </span><span></span> </li>
|
||||
<li>
|
||||
<label for="apply_discount_note">Note: </label>
|
||||
<input type="text" id="apply_discount_note" name="apply_discount_note" />
|
||||
</li>
|
||||
<li>
|
||||
<label class="required" for="amount">Discount to apply: </label>
|
||||
<input type="text" inputmode="numeric" pattern="[0-9]*" id="discount" name="amount" required="required" />
|
||||
<span class="required">Required</span>
|
||||
</li>
|
||||
<li>
|
||||
<label for="apply_discount_note">Note: </label>
|
||||
<input type="text" id="apply_discount_note" name="apply_discount_note" />
|
||||
</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
<!-- /.rows -->
|
||||
|
|
Loading…
Reference in a new issue