Commit c40daa52 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from date_list_2_chart_list.py to Base_convertDateListToChartList.py.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1536 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0253a664
## Script (Python) "Base_convertDateListToChartList"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=list=[]
##title=
##
# This scripts allows to update a list so that it
# can be displayed correctly in a graph
# The list given have to be of the forme:
......@@ -25,4 +32,3 @@ if len(list) >= 1:
formated_list.append(list[i])
return formated_list
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment