Merge pull request #24567 from randallmoraes/patch-12

Fix getnomurl function
This commit is contained in:
Laurent Destailleur 2023-04-21 18:25:23 +02:00 committed by GitHub
commit 412a283b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,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>';