From 196f230fbb35a47d92cc3517b9a68b060737f7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Thu, 30 Oct 2008 10:54:02 +0000 Subject: [PATCH] fix transition that can be called from stopped state git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24415 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../monetary_destruction_workflow/states/stopped.xml | 2 +- bt5/erp5_banking_cash/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/states/stopped.xml b/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/states/stopped.xml index 08b19ca6a4..a9a8d0de4e 100644 --- a/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/states/stopped.xml +++ b/bt5/erp5_banking_cash/WorkflowTemplateItem/portal_workflow/monetary_destruction_workflow/states/stopped.xml @@ -44,7 +44,7 @@ <value> <tuple> <string>deliver</string> - <string>deliver_action</string> + <string>stop_to_deliver_action</string> </tuple> </value> </item> diff --git a/bt5/erp5_banking_cash/bt/revision b/bt5/erp5_banking_cash/bt/revision index a869e998c0..5628fa72e9 100644 --- a/bt5/erp5_banking_cash/bt/revision +++ b/bt5/erp5_banking_cash/bt/revision @@ -1 +1 @@ -638 \ No newline at end of file +639 \ No newline at end of file -- 2.30.9