small changes

This commit is contained in:
2026-07-27 15:15:26 +02:00
parent 528e1e9d74
commit 5af8b379c4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ async function attachPdfToAccount(sfdc) {
const nameMatch = result.text.match(/Il\s+Sig\.\/La\s+Sig\.ra[ \t]+([A-Za-zÀ-ÿ']+(?:[ \t]+[A-Za-zÀ-ÿ']+)+)/i);
if (nameMatch) {
const rawName = nameMatch[1].trim(); // "Kan Jessica Shuk Yi"
const rawName = nameMatch[1].trim();
const parts = rawName.split(/\s+/);
if (parts.length >= 2) {