Atualizando companies_save.php
This commit is contained in:
parent
1c7e826e4b
commit
cf824991e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue