main
Ilham Wara Nugroho 2026-06-17 11:51:24 +07:00
parent 41ddadc111
commit 9c4ab4b8ff
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
<td> <td>
<div class="input-group"> <div class="input-group">
<input type="text" <input type="text"
name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]" name="data['{{ $year }}']['{{ $detail->activity_code }}-{{ $detail->unit_code }}']"
value="{{ isset($activity_value) ? getFormattedValue($activity_value) : '' }}" value="{{ isset($activity_value) ? getFormattedValue($activity_value) : '' }}"
class="form-control text-right" class="form-control text-right"
oninput="numberFormat(this)" oninput="numberFormat(this)"