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:
Lucas Gass 2025-02-28 22:56:24 +00:00 committed by Katrin Fischer
parent 0e45555302
commit 9c44fe1257
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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 -->