Usage stored as decimal in MySQL, more tests and sample tariff plan data

This commit is contained in:
DanB
2014-05-28 09:36:16 +02:00
parent 42e9719fed
commit 4f95f56284
15 changed files with 32 additions and 24 deletions

View File

@@ -122,7 +122,7 @@ func (dbr *DbReader) ShowStatistics() {
// account actions
log.Print("Account actions: ", len(dbr.accountActions))
// derivedChargers
log.Print("DerivedChargers: ", len(dbr.derivedChargers))
log.Print("Derived Chargers: ", len(dbr.derivedChargers))
// lcr rules
log.Print("LCR rules: ", len(dbr.lcrs))
}