Merge pull request #24567 from randallmoraes/patch-12
Fix getnomurl function
This commit is contained in:
commit
412a283b90
@ -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