Commit 485455d0 authored by Jérome Perrin's avatar Jérome Perrin

setting default now was a bad idea. If no date is defined, it will use

transaction's date


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38847 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 57d43860
......@@ -9,9 +9,7 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>default_now</string>
</list>
<list/>
</value>
</item>
<item>
......@@ -71,10 +69,6 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>default_now</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>your_date</string> </value>
......
......@@ -9,9 +9,7 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>default_now</string>
</list>
<list/>
</value>
</item>
<item>
......@@ -71,10 +69,6 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>default_now</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>your_date</string> </value>
......
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