From b1d52d073863b2c69d7d284e7c7ab3c7650b3aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 24 Sep 2008 08:40:37 +0000 Subject: [PATCH] Pay Sheet Transaction Line is accounting for destination. Use the correct form git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23779 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Pay%20Sheet%20Transaction%20Line/view.xml | 2 +- bt5/erp5_payroll/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_payroll/ActionTemplateItem/portal_types/Pay%20Sheet%20Transaction%20Line/view.xml b/bt5/erp5_payroll/ActionTemplateItem/portal_types/Pay%20Sheet%20Transaction%20Line/view.xml index 8a3b2222f5..704767af0b 100644 --- a/bt5/erp5_payroll/ActionTemplateItem/portal_types/Pay%20Sheet%20Transaction%20Line/view.xml +++ b/bt5/erp5_payroll/ActionTemplateItem/portal_types/Pay%20Sheet%20Transaction%20Line/view.xml @@ -78,7 +78,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${object_url}/AccountingTransactionLine_view</string> </value> + <value> <string>string:${object_url}/AccountingTransactionLine_viewDestination</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_payroll/bt/revision b/bt5/erp5_payroll/bt/revision index 059361f246..1a7d3a1c84 100644 --- a/bt5/erp5_payroll/bt/revision +++ b/bt5/erp5_payroll/bt/revision @@ -1 +1 @@ -317 \ No newline at end of file +318 \ No newline at end of file -- 2.30.9