Skip to content
Snippets Groups Projects
Commit d9139d25 authored by johan maurice's avatar johan maurice
Browse files

solve bug duplicate column

parent 55f84682
Branches
Tags v1.6.0.7-ALPHA
1 merge request!20Develop
......@@ -99,6 +99,9 @@ class INSATab extends ACMEWebComponent
$headerBuilder .= $this->openTag($th, $key, $key) . $key . $this->closeTag($key);
$i++;
continue;
}
$headerBuilder .= $this->openTag($th, $key) . $key . $this->closeTag($key);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment