Compare commits
2 Commits
724cdb9c3f
...
0903c60316
| Author | SHA1 | Date | |
|---|---|---|---|
| 0903c60316 | |||
|
|
e5f23303d9 |
@@ -3780,7 +3780,7 @@ class CharacteristicsController extends Controller
|
|||||||
if (! $cField) {
|
if (! $cField) {
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'status_code' => 'ERROR',
|
'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);
|
], 404);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user