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