up: twig company-info

* add vendorId twig template form element
This commit is contained in:
Ryan Prather 2025-02-10 15:05:56 -05:00
parent 24784bb1bb
commit 0ebd90a03b

View File

@ -29,6 +29,10 @@
{{ form_errors(form) }}
{{ form_start(form) }}
<div class='input-group input-group-outline mb-3 is-filled'>
<label for='company_form_vendorId' class='form-label'>DCS Vendor ID</label>
<input type='text' name='{{ field_name(form.vendorId) }}' value='{{ field_value(form.vendorId) }}' id='company_form_vendorId' class='form-control' required='required'/>
</div>
<div class="input-group input-group-outline mb-3 is-filled">
<label for="company_form_name" class="form-label">Name</label>
<input type="text" name="{{ field_name(form.name) }}" value='{{ field_value(form.name) }}' id='company_form_name' class="form-control" required="required"/>