Merge pull request #24540 from noec764/15_FIX_fiscal_year_ref_display

FIX: Fiscal year list ref display
This commit is contained in:
Laurent Destailleur 2023-04-18 17:15:55 +02:00 committed by GitHub
commit 86a39aaae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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">';