Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/templates/components/forms/orders/order-form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
{{/each}}
{{/each}}
{{#if isPaidOrder}}
<h4 class="ui horizontal divider header">
<i class="ticket icon"></i>
{{t 'Billing Information'}}
</h4>
<div class="field">
<label class="required" for="company">{{t 'Company'}}</label>
{{input type='text' id='company' value=data.company}}
Expand Down