This commit is contained in:
Duidev Software House
2025-09-18 21:15:06 +07:00
parent 326b3c1285
commit 21a48fb4d7
13 changed files with 379 additions and 413 deletions

No files matched your search

+2 -2
View File
@@ -901,8 +901,8 @@
const reques = itemParts[5]?.trim() || "xx";
const daftartgl = itemParts[6]?.trim() || "xx";
const kelamin = itemParts[7]?.trim() || "x";
if (nama.length > 12) {
nama = nama.substring(0, 12) + ".";
if (nama.length > 10) {
nama = nama.substring(0, 10) + ".";
}
const { jsPDF } = window.jspdf;
const doc = new jsPDF({