diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 5d10138..957b292 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -32,11 +32,11 @@ systemctl restart php-fpm ### Step 2: Verify File Sudah Ter-update ```bash # Cek apakah file sudah benar-benar ter-update -grep -n "COALESCE(t.amount, 0)" src/Modules/Retribusi/Summary/DailySummaryService.php +grep -n "COALESCE(t.price, 0)" src/Modules/Retribusi/Summary/DailySummaryService.php # Harus muncul di line 46 dan 61 -# Line 46: COALESCE(t.amount, 0) as tariff_amount -# Line 61: COALESCE(t.amount, 0) +# Line 46: COALESCE(t.price, 0) as tariff_amount +# Line 61: COALESCE(t.price, 0) ``` ### Step 3: Verify Struktur Database