mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
fix: adjusment module depletion, chickin, recording refactor
This commit is contained in:
@@ -233,7 +233,7 @@ var adjustmentSubtypesByType = map[AdjustmentTransactionType][]string{
|
||||
}
|
||||
|
||||
var hiddenAdjustmentSubtypesForFrontend = map[string]struct{}{
|
||||
string(AdjustmentTransactionSubtypeRecordingDepletionIn): {},
|
||||
string(AdjustmentTransactionSubtypeRecordingDepletionOut): {},
|
||||
}
|
||||
|
||||
var adjustmentSubtypeToType = func() map[string]AdjustmentTransactionType {
|
||||
|
||||
Reference in New Issue
Block a user