Atualizando financial_movements_save.php
This commit is contained in:
parent
1731f47c99
commit
f530a3fd30
1 changed files with 1 additions and 3 deletions
|
|
@ -128,15 +128,13 @@ try{
|
|||
$rowAlreadyLocated .= ' <i class="fa fa-eye" aria-hidden="true"></i>';
|
||||
$rowAlreadyLocated .= ' </button> ';
|
||||
$rowAlreadyLocated .= ' </td>';
|
||||
echo $rowAlreadyLocated .= '</tr>';
|
||||
$rowAlreadyLocated .= '</tr>';
|
||||
|
||||
/** contabiliza os itens localizados já consolidados*/
|
||||
$sumAlreadyLocated++;
|
||||
|
||||
}else{
|
||||
|
||||
echo $FinancialMovementsResults->financial_movements_id;
|
||||
|
||||
$rowLocated .= '<tr>';
|
||||
$rowLocated .= ' <td class="text-center"><input class="checkLocated" id="checkLocated" name="checkLocated" value="'.$numberDocS.trim($dataT->T->numeroDocumento[$i]).'" type="checkbox" onclick="consolidationLoadSelectedItem(\'#tableLocated\', \'Títulos Localizados\')"/></td>';
|
||||
$rowLocated .= ' <td>'.$dataT->T->nome[$i].'</td>';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue