1
0
forked from poc/pds

Merge pull request 'removed unwanted quotes in characteristics controller' (#594) from ranjith-dev into master

Reviewed-on: poc/pds#594
This commit is contained in:
2026-05-13 09:45:56 +00:00

View File

@@ -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);
}