Bläddra i källkod

Use six.moves.xrange instead of xrange

version-14
Aditya Hase 8 år sedan
förälder
incheckning
a72cfef14a
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      frappe/utils/goal.py

+ 1
- 0
frappe/utils/goal.py Visa fil

@@ -3,6 +3,7 @@


from __future__ import unicode_literals from __future__ import unicode_literals
import frappe import frappe
from six.moves import xrange


def get_monthly_results(goal_doctype, goal_field, date_col, filter_str, aggregation = 'sum'): def get_monthly_results(goal_doctype, goal_field, date_col, filter_str, aggregation = 'sum'):
'''Get monthly aggregation values for given field of doctype''' '''Get monthly aggregation values for given field of doctype'''


Laddar…
Avbryt
Spara