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:
parent
d699b29db3
commit
a65bbaf109
@ -143,7 +143,7 @@ if ($result) {
|
|||||||
while ($i < $num && $i < $max) {
|
while ($i < $num && $i < $max) {
|
||||||
$obj = $db->fetch_object($result);
|
$obj = $db->fetch_object($result);
|
||||||
|
|
||||||
$fiscalyearstatic->id = $obj->rowid;
|
$fiscalyearstatic->fetch($obj->rowid);
|
||||||
|
|
||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user