Log 2038
10/09/2023 2023-09-10 8:49function checkMainRepresentative($mainRepresentativeName) {
if (!empty($mainRepresentativeName)) {
return 1;
} else {
return 0;
}
}
// Call the function with your main representative name placeholder
checkMainRepresentative(#שם הגבאי הראשי המוכר כמייצג העמותה#);