Skip to content

Commit 665e870

Browse files
uds5501abhinavk96
authored andcommitted
add billing info header (#3296)
1 parent 12e9bcb commit 665e870

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/templates/components/forms/orders/order-form.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
{{/each}}
8181
{{/each}}
8282
{{#if isPaidOrder}}
83+
<h4 class="ui horizontal divider header">
84+
<i class="ticket icon"></i>
85+
{{t 'Billing Information'}}
86+
</h4>
8387
<div class="field">
8488
<label class="required" for="company">{{t 'Company'}}</label>
8589
{{input type='text' id='company' value=data.company}}

0 commit comments

Comments
 (0)