From b6f2e66729bf6e15590ffa09f69b4b0a18f4eae7 Mon Sep 17 00:00:00 2001 From: Dwi Swandhana Date: Thu, 7 May 2026 19:24:37 +0700 Subject: [PATCH] update --- htdocs/app/Livewire/GudangPos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/app/Livewire/GudangPos.php b/htdocs/app/Livewire/GudangPos.php index 30b3e201..094315b4 100644 --- a/htdocs/app/Livewire/GudangPos.php +++ b/htdocs/app/Livewire/GudangPos.php @@ -325,7 +325,7 @@ class GudangPos extends Component $service = app(SimbhpStockService::class); $users = User::select('id', 'nama', 'previlage')->orderBy('nama', 'ASC')->get(); - $ruangans = Ruangan::select('id', 'nama')->orderBy('nama', 'ASC')->get(); + $ruangans = Ruangan::select('id', 'ruangan')->orderBy('ruangan', 'ASC')->get(); $query = SIMBHPJenis::query()->orderBy('jenis', 'ASC'); $search = trim((string) $this->search);