Update
This commit is contained in:
No files matched your search
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user