1
0
forked from poc/pds

Label Changed from Item to Item Code

This commit is contained in:
dhanabalan
2025-05-31 16:39:28 +05:30
parent 044d27336d
commit abc50de038

View File

@@ -61,7 +61,7 @@ class MotorTestingMasterResource extends Resource
->hint(fn ($get) => $get('mTmError') ? $get('mTmError') : null) ->hint(fn ($get) => $get('mTmError') ? $get('mTmError') : null)
->hintColor('danger'), ->hintColor('danger'),
Forms\Components\Select::make('item_id') Forms\Components\Select::make('item_id')
->label('Item') ->label('Item Code')
->options(function (callable $get) { ->options(function (callable $get) {
$plantId = $get('plant_id'); $plantId = $get('plant_id');
if (!$plantId) { if (!$plantId) {