Skip to content

Commit b743358

Browse files
Update template height in Cetak helper and modify corresponding DOCX template
1 parent ef0fd6b commit b743358

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/Helpers/Cetak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public static function getTemplate(string $jenis, $id, $template_id, $tanggal, $
200200
[
201201
'path' => Storage::disk('pulsa')->path($dummy['bukti']),
202202
'width' => '',
203-
'height' => '5.7cm',
203+
'height' => '6.5cm',
204204
'ratio' => true,
205205
]
206206
);
Binary file not shown.

0 commit comments

Comments
 (0)