Sfoglia il codice sorgente

cmd_acc: proper name for rates generate function

Daniel-Constantin Mierla 2 anni fa
parent
commit
661574dc9b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      kamcli/commands/cmd_acc.py

+ 1 - 1
kamcli/commands/cmd_acc.py

@@ -413,7 +413,7 @@ def acc_rates_proc_create(ctx):
     help="Run SQL stored procedure to rate the CDRS and generate the costs",
 )
 @pass_context
-def acc_cdrs_generate(ctx):
+def acc_rates_generate(ctx):
     """Run SQL stored procedure to rate the CDRS and generate the costs"""
     ctx.vlog(
         "Run SQL stored procedure to rate the CDRS and generate the costs"