Atualizando arquivos
This commit is contained in:
parent
e1315f92de
commit
9aa91495c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue