mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 02:56:24 +05:00
Same bug fix also in loader_db
This commit is contained in:
@@ -628,7 +628,7 @@ func (dbr *DbReader) LoadAll() error {
|
||||
if err = dbr.LoadRatingPlans(); err != nil {
|
||||
return err
|
||||
}
|
||||
if err = dbr.LoadRatingPlans(); err != nil {
|
||||
if err = dbr.LoadRatingProfiles(); err != nil {
|
||||
return err
|
||||
}
|
||||
if err = dbr.LoadActions(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user