Commit 6afa9b7e authored by Jérome Perrin's avatar Jérome Perrin

2008-08-15 jerome

* Expose creation_date in Delivery_getODTDataDict



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23014 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 274ca597
......@@ -359,6 +359,7 @@ data_dict = {\n
\'reference\': context.getReference() or \'\',\n
\'start_date\': getOrderedDate(context.getStartDate()) or \'\',\n
\'stop_date\': getOrderedDate(context.getStopDate()) or \'\',\n
\'creation_date\': getOrderedDate(context.getCreationDate()) or \'\',\n
\'currency\': context.getPriceCurrencyReference() or \'\',\n
\'payment_condition\': getPaymentConditionText(context),\n
\'delivery_mode\': context.getDeliveryModeTitle() or \'\',\n
......
2008-08-15 jerome
* Expose creation_date in Delivery_getODTDataDict
2008-08-07 yusei
* Added proxy role to NotificationTool_getDocumentValue, otherwise Anonymous use can't use notification message.
* Updated notification_message_workflow and allow modification even if state is submitted or validated.
......
407
\ No newline at end of file
408
\ 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