Update Minor Laporan Hasil Sesuai Dengan TM v2
This commit is contained in:
parent
e2b6d6ae29
commit
d675620e5f
@ -775,7 +775,7 @@ class PrintResult extends BaseController {
|
||||
$i++;
|
||||
|
||||
// Melebihi batas Kertas
|
||||
if($i % 18 == 0) {
|
||||
if($i % 23 == 0) {
|
||||
$resultTest .= "</table></div>";
|
||||
$fullPage .= $headPage.$resultTest.$footerPage.$lastDiv;
|
||||
$i=0;
|
||||
@ -815,7 +815,7 @@ class PrintResult extends BaseController {
|
||||
}
|
||||
|
||||
// Melebihi batas Kertas
|
||||
if($i % 18 == 0 && $i!=0) {
|
||||
if($i % 23 == 0 && $i!=0) {
|
||||
$resultTest .= "</table></div>";
|
||||
$fullPage .= $headPage.$resultTest.$footerPage.$lastDiv;
|
||||
$i=0;
|
||||
@ -924,7 +924,7 @@ class PrintResult extends BaseController {
|
||||
}
|
||||
|
||||
// Melebihi batas Kertas
|
||||
if($i % 18 == 0 && $i != 0) {
|
||||
if($i % 23 == 0 && $i != 0) {
|
||||
$resultTest .= "</table></div>";
|
||||
$fullPage .= $headPage.$resultTest.$footerPage.$lastDiv;
|
||||
$i=0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user