mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
small fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
f/*
|
||||
/*
|
||||
Rating system designed to be used in VoIP Carriers World
|
||||
Copyright (C) 2013 ITsysCOM
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@ func (ub *Account) debitBalanceAction(a *Action) error {
|
||||
//than problem
|
||||
Logger.Warning(fmt.Sprintf("Could not get shared group: %v", a.Balance.SharedGroup))
|
||||
} else {
|
||||
// add membere and save
|
||||
// add member and save
|
||||
sg.MemberIds = append(sg.MemberIds, ub.Id)
|
||||
accountingStorage.SetSharedGroup(sg.Id, sg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user