Ajuste products_companies_form.php
This commit is contained in:
parent
aa10628d94
commit
02cf10d823
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ try{
|
|||
$ProductsResult = $Products->All(0 ,0);
|
||||
foreach($ProductsResult as $ProductsKey => $Result){
|
||||
?>
|
||||
<option value="<?php echo $Result->products_id;?>" <?php echo $Result->products_id === $ProductsCompaniesResult->products_id ? 'selected' : '';?>><?php echo $Result->description;?></option>
|
||||
<option value="<?php echo $Result->product_id;?>" <?php echo $Result->product_id === $ProductsCompaniesResult->product_id ? 'selected' : '';?>><?php echo $Result->description;?></option>
|
||||
|
||||
<?php } ?>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue