removed unwanted quotes in characteristics controller #594
@@ -3780,7 +3780,7 @@ class CharacteristicsController extends Controller
|
||||
if (! $cField) {
|
||||
return response()->json([
|
||||
'status_code' => 'ERROR',
|
||||
'status_description' => "Master characteristic field value '{$charField}'' not found in approver master!",
|
||||
'status_description' => "Master characteristic field value '{$charField}' not found in approver master!",
|
||||
], 404);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user