Fix: Update TROUBLESHOOTING.md to reflect 'price' column change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user