Skip to content

Commit 00bd0e0

Browse files
committed
feat: new field on order form for "promotion label"
1 parent 1008dd8 commit 00bd0e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/views/resources/form/orders.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,15 @@ <h4 class="i18n">
213213
<input data-id="discount-coupon" type="text" class="form-control"
214214
name="extra_discount.discount_coupon" />
215215
</div>
216+
217+
<div class="form-group">
218+
<label class="i18n">
219+
<span data-lang="en_us">Promotion label</span>
220+
<span data-lang="pt_br">Rótulo da promoção</span>
221+
</label>
222+
<input data-id="discount-coupon" type="text" class="form-control"
223+
name="extra_discount.app.label" />
224+
</div>
216225
</div>
217226
</div>
218227

0 commit comments

Comments
 (0)