Merge pull request #24565 from randallmoraes/patch-10

FIX reference id in getnomurl function.
This commit is contained in:
Laurent Destailleur 2023-04-21 18:27:34 +02:00 committed by GitHub
commit 5c22227dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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