Atualizando companies_save.php

This commit is contained in:
Kenio 2025-08-02 19:00:30 -03:00
parent 1c7e826e4b
commit cf824991e0

View file

@ -65,7 +65,7 @@ try{
?>
<tr onclick="prepareBudget('#id-<?php echo $i;?>', 'products', <?php echo $i;?>, 0)" id="id-<?php echo $i;?>">
<td><input type="checkbox" id="group" name="group" value="S" checked=true></td>
<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>
<td><?php echo $Result->description;?></td>