Compare commits
2 Commits
0da6078468
...
b7ea11a62b
| Author | SHA1 | Date | |
|---|---|---|---|
| b7ea11a62b | |||
|
|
026f698d9b |
@@ -441,7 +441,7 @@ func (s *Service) logRequest(record *storagemodel.TreasuryRequest, status string
|
||||
}
|
||||
|
||||
func newRequestID() string {
|
||||
return "TGTREASURY-" + strings.ToUpper(bson.NewObjectID().Hex()[:8])
|
||||
return "TG-TREASURY-" + strings.ToUpper(bson.NewObjectID().Hex()[:8])
|
||||
}
|
||||
|
||||
func resolveAccountCode(account *ledger.Account, fallbackAccountID string) string {
|
||||
|
||||
Reference in New Issue
Block a user