mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-23 14:55:42 +00:00
feat[BE]: Add notes field to Update validation and update approval logic in expense services
This commit is contained in:
@@ -133,7 +133,6 @@ func (s transferLayingService) GetAll(c *fiber.Ctx, params *validation.Query) ([
|
||||
|
||||
db = db.Order("created_at DESC")
|
||||
|
||||
// Apply relations for eager loading
|
||||
db = s.withRelations(db)
|
||||
|
||||
return db
|
||||
|
||||
Reference in New Issue
Block a user