From 03f2ba4ee9e61198e16ba176bfb604f594279c4c Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Thu, 28 Jan 2016 13:24:20 +0200 Subject: [PATCH] fix debit_max console command name --- console/debit_max.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/debit_max.go b/console/debit_max.go index 3861f9388..291b8281d 100644 --- a/console/debit_max.go +++ b/console/debit_max.go @@ -22,7 +22,7 @@ import "github.com/cgrates/cgrates/engine" func init() { c := &CmdMaxDebit{ - name: "debit", + name: "debit_max", rpcMethod: "Responder.MaxDebit", clientArgs: []string{"Direction", "Category", "TOR", "Tenant", "Subject", "Account", "Destination", "TimeStart", "TimeEnd", "CallDuration", "FallbackSubject"}, }