Merge pull request #24565 from randallmoraes/patch-10
FIX reference id in getnomurl function.
This commit is contained in:
commit
5c22227dd9
@ -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