Merge pull request 'removed unwanted quotes in characteristics controller' (#594) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #594
This commit was merged in pull request #594.
This commit is contained in:
@@ -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