Atualizando saídas
This commit is contained in:
parent
03e980336c
commit
cb60099c1b
2 changed files with 2 additions and 2 deletions
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue