before switching to MINUTES+OUTBOUND

This commit is contained in:
Radu Ioan Fericean
2013-09-05 20:17:14 +03:00
parent 931c6efb1a
commit f3f9d03c80
8 changed files with 61 additions and 59 deletions

View File

@@ -541,7 +541,7 @@ func (self *SQLStorage) SetTPActions(tpid string, acts map[string][]*Action) err
}
qry += fmt.Sprintf("('%s','%s','%s','%s','%s',%f,'%s','%s','%s',%f,%f,%f)",
tpid, actId, act.ActionType, act.BalanceId, act.Direction, act.Balance.Value, act.ExpirationString,
act.DestinationTag, act.RateType, act.RateValue, act.MinutesWeight, act.Weight)
act.destinationTag, act.rateType, act.rateValue, act.minutesWeight, act.Weight)
i++
}
}