Atualizando saídas

This commit is contained in:
Kenio 2025-08-09 15:57:56 -03:00
parent 03e980336c
commit cb60099c1b
2 changed files with 2 additions and 2 deletions

View file

@ -772,7 +772,7 @@ class FinancialMovements
$this->sql .= ' order by fm.movement_date_scheduled asc ';
/** Informa a paginação */
echo $this->sql .= $this->limit;
$this->sql .= $this->limit;
//exit;
/** Preparo o SQL para execução */

View file

@ -230,7 +230,7 @@ try{
/** Verifica se não existe data de notificação */
if( (!empty($Result->notification_date)) && ($Result->status == 1) ){
if( $Main->addDays($Result->notification_date, $days) < strtotime(date('Y-m-d'))){ ?>
if( ((int)$Result->financial_outputs_id == 0) && ($Main->addDays($Result->notification_date, $days) < strtotime(date('Y-m-d'))) ){ ?>
<input type="checkbox" value="<?php echo $Result->financial_movements_id;?>" />
<?php