N°3540 - Migrate printable version of an object

This commit is contained in:
acognet
2020-12-18 11:41:06 +01:00
parent c8dbf88c03
commit 3876fb9d62
30 changed files with 545 additions and 517 deletions

View File

@@ -31,7 +31,7 @@ class FormTable extends StaticTable
public function __construct(string $sRef, string $sContainerCSSClass = '')
{
parent::__construct("dt_{$sRef}", $sContainerCSSClass);
parent::__construct($sRef, $sContainerCSSClass);
$this->SetRef($sRef);
$this->aRows = [];
}