adjust response get report expense

This commit is contained in:
giovanni
2026-05-20 14:39:36 +07:00
parent 60bdd4a31a
commit d92d28c892
2 changed files with 13 additions and 0 deletions
@@ -98,6 +98,7 @@ func (r *ExpenseRealizationRepositoryImpl) GetAllWithFilters(ctx context.Context
return db.
Preload("Expense").
Preload("Expense.Supplier").
Preload("Expense.Location").
Preload("Kandang").
Preload("Kandang.Location").
Preload("Nonstock").