FIX: Fiscal year list ref display

This commit is contained in:
Noé Courtier 2023-04-18 11:24:40 +02:00
parent 48e2c4f5bf
commit e394e5ba43

View File

@ -143,6 +143,7 @@ if ($result) {
while ($i < $num && $i < $max) {
$obj = $db->fetch_object($result);
$fiscalyearstatic->ref = $obj->rowid;
$fiscalyearstatic->id = $obj->rowid;
print '<tr class="oddeven">';