@@ -55,8 +55,9 @@ |
||
| 55 | 55 | } |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | - if (empty($categoria)) |
|
| 59 | - continue; |
|
| 58 | + if (empty($categoria)) { |
|
| 59 | + continue; |
|
| 60 | + } |
|
| 60 | 61 | |
| 61 | 62 | if ($categoria['LancamentoCategoria']['tipo'] == "despesa") { |
| 62 | 63 | if ($lancamento['LancamentoVenda']['valor'] > $lancamento['LancamentoVenda']['valor_pago']) { |