Atualizando companies_save.php

This commit is contained in:
Kenio 2025-08-02 18:26:36 -03:00
parent 32d4afe97e
commit 349fc27ed4
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ class ProductsCompanies
$this->companyId = $companyId;
/** Consulta SQL */
echo $this->sql = 'SELECT cp.maturity,
$this->sql = 'SELECT cp.maturity,
cp.readjustment,
GROUP_CONCAT(cp.product_company_id ORDER BY cp.product_company_id SEPARATOR \', \') AS product_company_ids,
GROUP_CONCAT(cp.product_id ORDER BY cp.product_company_id SEPARATOR \', \') AS product_ids,

View file

@ -76,7 +76,7 @@ try{
?>
<tr onclick="prepareBudget('#<?php echo $Result->product_id;?>', 'products', <?php echo $Result->product_id;?>, 0)" id="<?php echo $Result->product_id;?>">
<td><?php echo $Result->product;?></td>
<td><?php echo $Result->products;?></td>
<td class="text-center" width="65"><?php echo $Result->reference;?></td>
<td><?php echo $Result->description;?></td>
<td class="text-center" width="90"><?php echo $Result->readjustment;?></td>