Commit 49388c23 authored by Mahmoud Aglan's avatar Mahmoud Aglan

Rename temporary member type label from تابع مؤقت to عضو مؤقت

Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 5b48c8ed
......@@ -752,7 +752,7 @@ $childClassLabels = ['included' => 'تابع مشمول', 'dependent_with_fee' =
?>
<tr <?= $tBreakdown ? 'style="cursor:pointer;" onclick="toggleBillDetail(\'temp-' . $tIdx . '\')"' : '' ?>>
<td style="font-weight:600;"><?= e($t['full_name_ar']) ?></td>
<td><span style="background:#E0F2FE;color:#0369A1;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;">تابع مؤقت</span></td>
<td><span style="background:#E0F2FE;color:#0369A1;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;">عضو مؤقت</span></td>
<td style="font-size:12px;"><?= $categoryLabels[$t['category']] ?? e($t['category']) ?></td>
<td><?= $t['gender'] === 'male' ? 'ذكر' : 'أنثى' ?></td>
<td><?= (int) ($t['age_years'] ?? 0) ?></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment