Merge master

This commit is contained in:
sparkyx 2023-12-05 13:57:01 +01:00
commit 1b69d6dcc8
46 changed files with 524 additions and 412 deletions

View file

@ -54,11 +54,11 @@ class Periode
{
$r=<<<EOF
Object Periode [
\$jrn_def_id=>$jrn_def_id,
\$p_id=>$p_id,
\$status => $status,
\$p_start => $p_start,
\$p_end => $p_end,
\$jrn_def_id=>$this->jrn_def_id,
\$p_id=>$this->p_id,
\$status => $this->status,
\$p_start => $this->p_start,
\$p_end => $this->p_end,
]
EOF;
return $r;