main
Ilham Wara Nugroho 2026-06-10 16:00:22 +07:00
parent cc2e96ef15
commit 936659422c
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ class FormController implements HasMiddleware
$allUnits = ReferenceUnit::rowActive()->get();
$unitsMap = $allUnits->keyBy('code');
$unitsByCategory = $allUnits->groupBy('category');
dd($unitsByCategory);
// For Copy data feature
// $availableYears = ActivityForm::select('inventory_year')->distinct()