Merge branch 'FIX/BE/Expense' into 'development'

FIX/BE/Expense fixing tab not appear when expense attached to location only

See merge request mbugroup/lti-api!269
This commit is contained in:
Hafizh A. Y.
2026-01-28 04:13:30 +00:00
@@ -328,6 +328,7 @@ func ToKandangGroupDTO(pengajuans []ExpenseNonstockDTO, realisasi []ExpenseReali
}
kandangMap[kandangId].Realisasi = append(kandangMap[kandangId].Realisasi, r)
} else {
directRealisasi = append(directRealisasi, r)
}
}