update
parent
3e03e97e94
commit
360afbd034
|
|
@ -78,8 +78,8 @@
|
|||
@if ($unitCategory)
|
||||
<div class="input-group">
|
||||
@php
|
||||
$activity_value = isset($activityFormDetails[$year])
|
||||
? $activityFormDetails[$year]
|
||||
$activity_value = isset($activityFormDetails[request()->tahun])
|
||||
? $activityFormDetails[request()->tahun]
|
||||
->where('activity_code', $detail->activity_code)
|
||||
->where('activity_unit_code', $detail->unit_code)
|
||||
->first()->activity_value ?? ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue