Commit 3257f72b authored by Rafael Monnerat's avatar Rafael Monnerat

Modified. Round Script changed to round by Minute instead Day.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17048 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 42965223
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>description</string>
<string>js_enabled</string> <string>js_enabled</string>
<string>report_root_list</string> <string>report_root_list</string>
<string>selection_name</string> <string>selection_name</string>
<string>portal_types</string> <string>portal_types</string>
<string>list_method</string> <string>list_method</string>
<string>round_script</string>
<string>info_center</string> <string>info_center</string>
<string>info_topleft</string> <string>info_topleft</string>
<string>info_topright</string> <string>info_topright</string>
...@@ -109,10 +109,6 @@ ...@@ -109,10 +109,6 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>Planning of Tasks and Task Report related to the Person</string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>planning_box</string> </value> <value> <string>planning_box</string> </value>
...@@ -177,6 +173,10 @@ ...@@ -177,6 +173,10 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>round_script</string> </key>
<value> <string>Planning_roundBoundToMinute</string> </value>
</item>
<item> <item>
<key> <string>sec_layer_list_method</string> </key> <key> <string>sec_layer_list_method</string> </key>
<value> <value>
......
323 324
\ No newline at end of file \ No newline at end of file
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