FIX reference id in getnomurl function.

Fix the assignment of the period for the execution of the getnomurl function, executing the previous lookup of the period id.
This commit is contained in:
Randall Mora 2023-04-21 08:24:27 -06:00 committed by GitHub
parent 01f8cb7a2d
commit ca5245a771
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>';