Adicionando city_name no formulario
This commit is contained in:
parent
31c33130ca
commit
1f86d89a39
1 changed files with 1 additions and 1 deletions
2
vendor/view/companies/companies_form.php
vendored
2
vendor/view/companies/companies_form.php
vendored
|
|
@ -173,7 +173,7 @@ try{
|
|||
<div class="col-sm-3 mb-2">
|
||||
|
||||
<label for="city">Cidade:</label>
|
||||
<input type="text" class="form-control form-control" maxlength="120" id="city" name="city" value="<?php echo $CompaniesResult->city ;?>" placeholder="Informe a cidade">
|
||||
<input type="text" class="form-control form-control" maxlength="120" id="city" name="city" value="<?php echo $CompaniesResult->city_name ;?>" placeholder="Informe a cidade">
|
||||
</div>
|
||||
|
||||
<div class="col-sm">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue