Skip to content

Commit

Permalink
🐛 #84 correção chamada metodo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Oct 8, 2023
1 parent 673e25b commit d1a3e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/control/controllers/TCreateFormList.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function addFilterFields($qtdTabs)
$this->addLine($qtdTabs.'$this->addFilterField(self::$primaryKey, \'=\', self::$primaryKey); //campo, operador, campo do form');
$listColumnsName = $this->getListColunnsName();
foreach ($listColumnsName as $key => $value) {
$this->addGetWhereGridParameters_fied($qtdTabs,$key, $value);
$this->addFilterFieldType($qtdTabs,$key, $value);
}
}
//--------------------------------------------------------------------------------------
Expand Down

0 comments on commit d1a3e2a

Please sign in to comment.