Proper ratingprofile order

This commit is contained in:
DanB
2014-05-06 20:26:33 +02:00
parent f7abbacfe5
commit f466fcbb6a
10 changed files with 23 additions and 24 deletions

View File

@@ -27,7 +27,7 @@ const (
TBL_TP_RATING_PLANS = "tp_rating_plans"
TBL_TP_RATE_PROFILES = "tp_rating_profiles"
TBL_TP_SHARED_GROUPS = "tp_shared_groups"
TBL_TP_LCRS = "tp_lcrs"
TBL_TP_LCRS = "tp_lcr_rules"
TBL_TP_ACTIONS = "tp_actions"
TBL_TP_ACTION_PLANS = "tp_action_plans"
TBL_TP_ACTION_TRIGGERS = "tp_action_triggers"