From 87a3bf941b08b883ae83f118362815e5ef6b9bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 13 Jun 2008 14:32:46 +0000 Subject: [PATCH] Pay Sheet Model contains some Pay Sheet Cell, so simulation interaction workflow will try to update an applied rule for a Pay Sheet Model. Define here that no rule is applied for Pay Sheet Model. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21583 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_core/Delivery_updateAppliedRule.xml | 1 + product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Delivery_updateAppliedRule.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Delivery_updateAppliedRule.xml index df7748023e..aa5dbf7871 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Delivery_updateAppliedRule.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Delivery_updateAppliedRule.xml @@ -86,6 +86,7 @@ applied_rule_dict = {\n \'Accounting Transaction\': None,\n \'Production Packing List\': None,\n \'Production Report\': None,\n + \'Pay Sheet Model\': None,\n \n \'Amortisation Transaction\' : None,\n \'Task Report\': \'default_delivery_rule\',\n diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 203bd07e6d..6ae4142a6e 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -846 \ No newline at end of file +847 \ No newline at end of file -- 2.30.9