From a7302634009abeafc4ce711817e9c71246167d62 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Thu, 19 Jan 2006 19:04:51 +0000 Subject: [PATCH] Missing workflow variable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5195 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../variables/error_message.xml | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100755 bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/variables/error_message.xml diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/variables/error_message.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/variables/error_message.xml new file mode 100755 index 0000000000..05f2a3ece8 --- /dev/null +++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/account_workflow/variables/error_message.xml @@ -0,0 +1,60 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <tuple> + <string>Products.DCWorkflow.Variables</string> + <string>VariableDefinition</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>default_expr</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>default_value</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>for_catalog</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>for_status</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>error_message</string> </value> + </item> + <item> + <key> <string>info_guard</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>update_always</string> </key> + <value> <int>1</int> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> -- 2.30.9