added one more csv file

This commit is contained in:
Radu Ioan Fericean
2014-07-29 12:53:48 +03:00
parent f2da780893
commit 72d38127f9

View File

@@ -142,7 +142,8 @@ func main() {
path.Join(*dataPath, utils.ACTION_PLANS_CSV),
path.Join(*dataPath, utils.ACTION_TRIGGERS_CSV),
path.Join(*dataPath, utils.ACCOUNT_ACTIONS_CSV),
path.Join(*dataPath, utils.DERIVED_CHARGERS_CSV))
path.Join(*dataPath, utils.DERIVED_CHARGERS_CSV),
path.Join(*dataPath, utils.CDR_STATS_CSV))
}
err = loader.LoadAll()
if err != nil {