Atualizando companies_save.php
This commit is contained in:
parent
a181d508e1
commit
1c7e826e4b
1 changed files with 3 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ try{
|
|||
<?php
|
||||
$ProductsCompaniesResult = $ProductsCompanies->All($companyId);
|
||||
|
||||
$i=0;
|
||||
foreach($ProductsCompaniesResult as $ClientsKey => $Result){
|
||||
|
||||
//Totaliza os itens
|
||||
|
|
@ -63,8 +64,8 @@ try{
|
|||
|
||||
?>
|
||||
|
||||
<tr onclick="prepareBudget('#<?php echo $Result->product_id;?>', 'products', <?php echo $Result->product_id;?>, 0)" id="<?php echo $Result->product_id;?>">
|
||||
<td><input type="checkbox" class="form-check-input" id="group" name="group" value="S" checked=true></td>
|
||||
<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><?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