Skip to content

Commit

Permalink
inclusão de mais um TAB
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Sep 9, 2018
1 parent 1ff7ceb commit 23c54a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/TCreateForm.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,9 @@ public function getMixUpdateFields($qtdTab)
if ($this->validateListColumnsName()) {
$this->addLine($qtdTab.'$mixUpdateFields = $primaryKey.\'|\'.$primaryKey');
foreach ($this->listColumnsName as $value) {
$this->addLine($qtdTab.TAB.TAB.TAB.'.\','.$value.'|'.$value.'\'');
$this->addLine($qtdTab.TAB.TAB.TAB.TAB.'.\','.$value.'|'.$value.'\'');
}
$this->addLine($qtdTab.TAB.TAB.TAB.';');
$this->addLine($qtdTab.TAB.TAB.TAB.TAB.';');
}
}
//--------------------------------------------------------------------------------------
Expand Down

0 comments on commit 23c54a0

Please sign in to comment.