1
0
forked from poc/pds

Merge pull request 'Added bundle quantity to the quality part validation api' (#870) from ranjith-dev into master

Reviewed-on: poc/pds#870
This commit is contained in:
2026-07-29 10:41:20 +00:00

View File

@@ -388,6 +388,7 @@ class StickerMasterController extends Controller
'Part_Validation_3' => $stickerMaster?->part_validation3 ?? '',
'Part_Validation_4' => $stickerMaster?->part_validation4 ?? '',
'Part_Validation_5' => $stickerMaster?->part_validation5 ?? '',
'bundle_quantity' => (string) $stickerMaster?->bundle_quantity ?? '0',
];
return response()->json($output, 200);