ranjith-dev #499

Merged
jothi merged 7 commits from ranjith-dev into master 2026-04-02 12:25:47 +00:00
Showing only changes of commit 7223da8b1a - Show all commits

View File

@@ -832,7 +832,7 @@ class StickerMasterResource extends Resource
$indicators = [];
if (! empty($data['Plant'])) {
$indicators[] = 'Plant: '.Plant::where('id', $data['Plant'])->value('name');
$indicators[] = 'Plant Name: '.Plant::where('id', $data['Plant'])->value('name');
} else {
$userHas = Filament::auth()->user()->plant_id;