Fix undefined array key error in report template by ensuring sequential array keys
This commit is contained in:
parent
1ea1fd4d0e
commit
ea32cdab67
@ -15,6 +15,7 @@
|
||||
|
||||
<?php
|
||||
$othertitle = $eng == 1 ? "Non Laboratory Test" : "Pemeriksaan Non Laboratorium";
|
||||
$result = array_values($result);
|
||||
$npage = count($result);
|
||||
$i = 1;
|
||||
?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user