mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
Update *raw content through ChargerS processing
This commit is contained in:
@@ -711,6 +711,10 @@ func (cdrS *CdrServer) chrgrSProcessEvent(cgrEv *utils.CGREvent) {
|
||||
utils.CDRs, err.Error(), cgrEv, utils.ChargerS))
|
||||
continue
|
||||
}
|
||||
if cdr.RunID == utils.MetaRaw { // do not calculate *raw, just save it back to DB, case of aliasing *raw data
|
||||
processedCDRs = append(processedCDRs, cdr)
|
||||
continue
|
||||
}
|
||||
ratedCDRs, err := cdrS.rateCDR(cdr)
|
||||
if err != nil {
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user