mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
mark the created default balance
This commit is contained in:
@@ -404,7 +404,7 @@ func (ub *Account) GetDefaultMoneyBalance(direction string) *Balance {
|
||||
}
|
||||
// create default balance
|
||||
defaultBalance := &Balance{
|
||||
Uuid: utils.GenUUID(),
|
||||
Uuid: "D" + utils.GenUUID()[1:],
|
||||
Weight: 0,
|
||||
} // minimum weight
|
||||
if ub.BalanceMap == nil {
|
||||
|
||||
Reference in New Issue
Block a user