Merge pull request #1 from witelgroup/feature/NikarayanJob
add city_fa name
This commit is contained in:
@@ -47,8 +47,8 @@ class ProvinceReport implements FromView, ShouldAutoSize, WithEvents, WithDrawin
|
||||
|
||||
if ($existingCity) {
|
||||
$activities[] = [
|
||||
'city_id' => -1,
|
||||
'city_fa' => 'کل استان',
|
||||
'city_id' => $city->id,
|
||||
'city_fa' => $city->name_fa,
|
||||
'tedade' => $reportData['data'][$existingCity]->tedade,
|
||||
'police_rah' => $reportData['data'][$existingCity]->police_rah,
|
||||
'gozaresh_gasht' => $reportData['data'][$existingCity]->gozaresh_gasht,
|
||||
@@ -63,7 +63,7 @@ class ProvinceReport implements FromView, ShouldAutoSize, WithEvents, WithDrawin
|
||||
];
|
||||
} else {
|
||||
$activities[] = [
|
||||
'name' => $city->name_fa,
|
||||
'city_fa' => $city->name_fa,
|
||||
'tedade' => "",
|
||||
'police_rah' => "",
|
||||
'gozaresh_gasht' => "",
|
||||
|
||||
Reference in New Issue
Block a user