Fix undefined array key error in report template by ensuring sequential array keys

This commit is contained in:
mahdahar 2026-03-06 15:07:21 +07:00
parent 1ea1fd4d0e
commit ea32cdab67

View File

@ -15,6 +15,7 @@
<?php <?php
$othertitle = $eng == 1 ? "Non Laboratory Test" : "Pemeriksaan Non Laboratorium"; $othertitle = $eng == 1 ? "Non Laboratory Test" : "Pemeriksaan Non Laboratorium";
$result = array_values($result);
$npage = count($result); $npage = count($result);
$i = 1; $i = 1;
?> ?>