Atualizando arquivos

This commit is contained in:
Kenio 2025-08-02 20:13:36 -03:00
parent e1315f92de
commit 9aa91495c5

View file

@ -64,7 +64,7 @@ try{
?>
<tr onclick="prepareBudget('#id-<?php echo $i;?>', 'products', '<?php echo $Result->product_company_ids;?>', 0)" id="id-<?php echo $i;?>">
<tr onclick="prepareBudget('#id-<?php echo $i;?>', 'products', '<?php echo $Result->product_ids;?>', 0)" id="id-<?php echo $i;?>">
<td class="text-center"><input type="checkbox" id="group" name="group" value="S" checked=true></td>
<td><?php echo $Result->products;?></td>
<td class="text-center" width="65"><?php echo $Result->reference;?></td>