WAS - Fix for DC

This commit is contained in:
Szymon Porwolik
2025-12-01 14:25:18 +01:00
parent b3271499df
commit 8949885689
4 changed files with 49 additions and 12 deletions

View File

@@ -1360,6 +1360,9 @@ class Awards extends CI_Controller {
}
}
// DC is combined with MD - copy MD status to DC for map display
$states['DC'] = $states['MD'];
header('Content-Type: application/json');
echo json_encode($states);
}