Adicionando select cities
This commit is contained in:
parent
fc2a990de9
commit
3fa37139bd
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
|
|
@ -183,7 +183,7 @@ try{
|
|||
|
||||
<?php
|
||||
/** Lista os estados */
|
||||
$CitiesResult = $Cities->all();
|
||||
$CitiesResult = $Cities->all($CompaniesResult->state_id);
|
||||
|
||||
/** Percorre os estados */
|
||||
foreach($CitiesResult as $CityKey => $CityValue){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue