Label Changed from Item to Item Code
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user