From 96812563e30725cb25460cd3decdd1226891b18b Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Fri, 12 Jun 2026 14:59:52 +0700 Subject: [PATCH] update --- resources/views/modules/form/index.blade.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/views/modules/form/index.blade.php b/resources/views/modules/form/index.blade.php index fe70014..73dee31 100644 --- a/resources/views/modules/form/index.blade.php +++ b/resources/views/modules/form/index.blade.php @@ -83,9 +83,8 @@
+ value="{{ @$activity_value == "" ? "" : getFormattedValue($activity_value)}}" + class="form-control text-right" oninput="numberFormat(this)">
@endforeach