@@ -70,14 +70,14 @@ |
||
| 70 | 70 | |
| 71 | 71 | $conditions = array( |
| 72 | 72 | 'joins' => array( |
| 73 | - array( |
|
| 74 | - 'table' => 'vendas', |
|
| 75 | - 'alias' => 'Venda', |
|
| 76 | - 'type' => 'LEFT', |
|
| 77 | - 'conditions' => array( |
|
| 78 | - 'LancamentoVenda.venda_id = Venda.id', |
|
| 79 | - ), |
|
| 80 | - ) |
|
| 73 | + array( |
|
| 74 | + 'table' => 'vendas', |
|
| 75 | + 'alias' => 'Venda', |
|
| 76 | + 'type' => 'LEFT', |
|
| 77 | + 'conditions' => array( |
|
| 78 | + 'LancamentoVenda.venda_id = Venda.id', |
|
| 79 | + ), |
|
| 80 | + ) |
|
| 81 | 81 | ), |
| 82 | 82 | 'conditions' => array( |
| 83 | 83 | 'LancamentoVenda.usuario_id' => $this->instancia, |