Fix 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:27:34 -06:00 committed by GitHub
parent d699b29db3
commit a65bbaf109
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>';