update
parent
cc2e96ef15
commit
936659422c
|
|
@ -95,7 +95,6 @@ class FormController implements HasMiddleware
|
||||||
$allUnits = ReferenceUnit::rowActive()->get();
|
$allUnits = ReferenceUnit::rowActive()->get();
|
||||||
$unitsMap = $allUnits->keyBy('code');
|
$unitsMap = $allUnits->keyBy('code');
|
||||||
$unitsByCategory = $allUnits->groupBy('category');
|
$unitsByCategory = $allUnits->groupBy('category');
|
||||||
dd($unitsByCategory);
|
|
||||||
|
|
||||||
// For Copy data feature
|
// For Copy data feature
|
||||||
// $availableYears = ActivityForm::select('inventory_year')->distinct()
|
// $availableYears = ActivityForm::select('inventory_year')->distinct()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue