Procházet zdrojové kódy

info error in WO Pending Contractor

ifah
Siti Hajar Ibrahim před 5 roky
rodič
revize
f1304f54b2

+ 1
- 0
app/Http/Controllers/CustomerService/WorkOrderController.php Zobrazit soubor

@@ -248,6 +248,7 @@ class WorkOrderController extends Controller
}

$installer = '';
info($w->Form->_id);
$form = Form::with('Subscriber','PackageDetail')->where('_id',$w->Form->_id)->first();
$product = Product::where('speed',$form->PackageDetail->name)->where('formT',$w->Form->type_application)->first();
$company = Company::where('_id',$w->contractor_id)->first();

Načítá se…
Zrušit
Uložit