Commit bd2fab8a authored by Jérome Perrin's avatar Jérome Perrin

make date columns larger

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16341 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d17873a3
......@@ -155,7 +155,7 @@ for listboxline in listboxline_list:\n
if isinstance(column_property, number):\n
string_property = "%s+++" % (column_property)\n
elif isinstance(column_property, DateTime):\n
string_property = column_property.strftime(\'%Y/%m/%d++\')\n
string_property = column_property.strftime(\'%Y/%m/%d+++++\')\n
else:\n
string_property = str(column_property or \'\')\n
if listboxline.isStatLine():\n
......
44
\ No newline at end of file
45
\ 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