| @@ -58,7 +58,7 @@ class Controller extends BaseController | |||
| if (!empty($work_order)) { | |||
| $form_submitted = Form::where('_id', $work_order->_id)->first(); | |||
| $form_submitted->customer_category = $r->category; | |||
| $form_submitted->save(); | |||
| } | |||
| @@ -15,7 +15,7 @@ Route::get('/', function () { | |||
| }); | |||
| Route::get('/request-reset-docket', 'Controller@resetDocket'); | |||
| Route::get('/get-database', 'Controller@getDatabase'); | |||
| Route::get('/get-database', 'Controller@taggingCategory'); | |||
| // Route::get('/delete-dealer-claim', 'Controller@deleteTodayClaim'); | |||
| Route::get('/convert-password/{action}/', ['uses' => 'Auth\AdminController@encryptPassword']); | |||