diff --git a/LegalAssistance-1.2.3.zip b/LegalAssistance-1.2.3.zip new file mode 100644 index 0000000..c06729f Binary files /dev/null and b/LegalAssistance-1.2.3.zip differ diff --git a/files/custom/Espo/Modules/LegalAssistance/Resources/metadata/entityDefs/Case.json b/files/custom/Espo/Modules/LegalAssistance/Resources/metadata/entityDefs/Case.json index f4f18b5..ec7e3cb 100644 --- a/files/custom/Espo/Modules/LegalAssistance/Resources/metadata/entityDefs/Case.json +++ b/files/custom/Espo/Modules/LegalAssistance/Resources/metadata/entityDefs/Case.json @@ -16,11 +16,11 @@ }, "cAidType": { "type": "enum", - "options": ["", "הגשת ערעור", "יעוץ והדרכה", "סיוע נוסף ביטוח לאומי", "סיוע נוסף תחום א��ר", "אי מתן סיוע"] + "options": ["", "הגשת ערעור", "יעוץ והדרכה", "סיוע נוסף ביטוח לאומי", "סיוע נוסף תחום אחר", "אי מתן סיוע"] }, "cUrgencyLevel": { "type": "enum", - "options": ["", "רגיל", "דחוף", "��הול"], + "options": ["", "רגיל", "דחוף", "בהול"], "displayAsLabel": true, "style": { "רגיל": "default", diff --git a/files/custom/Espo/Modules/LegalAssistance/Services/DirectAccessReportService.php b/files/custom/Espo/Modules/LegalAssistance/Services/DirectAccessReportService.php index 543f10b..7993e8e 100644 --- a/files/custom/Espo/Modules/LegalAssistance/Services/DirectAccessReportService.php +++ b/files/custom/Espo/Modules/LegalAssistance/Services/DirectAccessReportService.php @@ -36,7 +36,7 @@ class DirectAccessReportService $contactName = $contact ? ($contact->get('firstName') . ' ' . $contact->get('lastName')) : 'ללא איש קשר'; - $reportName = "דוח גישה ישיר�� — {$contactName}"; + $reportName = "דוח גישה ישירה — {$contactName}"; // Extract legal analysis from nested object $legalAnalysis = $params['legalAnalysis'] ?? []; @@ -52,7 +52,7 @@ class DirectAccessReportService 'caseId' => $caseId, 'assignedUserId' => $userId, - // Section ב' �� מהות הסיוע + // Section ב' — מהות הסיוע 'aidType' => $params['aidType'] ?? null, 'urgencyLevel' => $params['urgencyLevel'] ?? null, 'appointmentDate' => $this->normalizeDate($params['appointmentDate'] ?? null), diff --git a/manifest.json b/manifest.json index c055855..5d84d38 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "LegalAssistance", - "version": "1.2.2", + "version": "1.2.3", "acceptableVersions": [">=8.0.0"], "php": [">=8.1"], "releaseDate": "2026-04-06",