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:
parent
01f8cb7a2d
commit
ca5245a771
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user