mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
feat[BE]: enhance expense management with location and project flock integration, including updates to migrations, entities, services, and validations
This commit is contained in:
@@ -571,7 +571,7 @@ func (b *expenseBridge) createExpenseViaService(
|
||||
Category: "BOP",
|
||||
SupplierID: uint64(supplierID),
|
||||
ExpenseNonstocks: []expenseValidation.ExpenseNonstock{{
|
||||
KandangID: uint64(*kandangID),
|
||||
KandangID: func() *uint64 { id := uint64(*kandangID); return &id }(),
|
||||
CostItems: costItems,
|
||||
}},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user