Parcourir la source

fix deleted installer

allo_data_retrieve^2
Siti Hajar Ibrahim il y a 5 ans
Parent
révision
2f269f4ea7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      app/Http/Controllers/CustomerService/WorkOrderController.php

+ 1
- 1
app/Http/Controllers/CustomerService/WorkOrderController.php Voir le fichier

@@ -288,7 +288,7 @@ class WorkOrderController extends Controller
$product = Product::where('speed', $form->PackageDetail->name)->where('formT', $w->Form->type_application)->first();
$company = Company::where('_id', $w->contractor_id)->first();

// info($w->installer_id);
info($w->installer_id);
if ($w->installer_id != '') {
$installer = Staff::with('StaffDetail')->where('_id', $w->installer_id)->first();
$installer = $installer->StaffDetail->name;

Chargement…
Annuler
Enregistrer