Fix: Update TROUBLESHOOTING.md to reflect 'price' column change

This commit is contained in:
mwpn
2025-12-17 13:36:44 +07:00
parent ca3b1bd0d7
commit cb42557fa2

View File

@@ -32,11 +32,11 @@ systemctl restart php-fpm
### Step 2: Verify File Sudah Ter-update ### Step 2: Verify File Sudah Ter-update
```bash ```bash
# Cek apakah file sudah benar-benar ter-update # 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 # Harus muncul di line 46 dan 61
# Line 46: COALESCE(t.amount, 0) as tariff_amount # Line 46: COALESCE(t.price, 0) as tariff_amount
# Line 61: COALESCE(t.amount, 0) # Line 61: COALESCE(t.price, 0)
``` ```
### Step 3: Verify Struktur Database ### Step 3: Verify Struktur Database