feature/colores-importar-movimientos #4

Merged
aldarien merged 4 commits from feature/colores-importar-movimientos into develop 2024-12-17 00:08:12 -03:00
Showing only changes of commit c4b9ca5ab7 - Show all commits

View File

@ -126,7 +126,7 @@ class Select extends Ideal\Query implements Define\Query\Select
} }
protected function addCondition(string $condition): Select protected function addCondition(string $condition): Select
{ {
if (!isset($this->coditions)) { if (!isset($this->conditions)) {
$this->conditions = []; $this->conditions = [];
} }
$this->conditions []= $condition; $this->conditions []= $condition;