From 2159f3f8fb934a2a708183ccf6bf5d294e42e942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 1 Mar 2007 11:18:22 +0000 Subject: [PATCH] payment transaction can be related to balance transaction git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13122 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../PaymentTransaction_view/my_causality_title_list.xml | 4 ++++ .../my_causality_title_list.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/PaymentTransaction_view/my_causality_title_list.xml b/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/PaymentTransaction_view/my_causality_title_list.xml index db063323e8..fb4924a59f 100644 --- a/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/PaymentTransaction_view/my_causality_title_list.xml +++ b/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/PaymentTransaction_view/my_causality_title_list.xml @@ -463,6 +463,10 @@ <string>Payment Transaction</string> <string>Payment Transaction</string> </tuple> + <tuple> + <string>Balance Transaction</string> + <string>Balance Transaction</string> + </tuple> </list> </value> </item> diff --git a/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/PaymentTransaction_viewDestination/my_causality_title_list.xml b/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/PaymentTransaction_viewDestination/my_causality_title_list.xml index fdc5cef470..b930197c7b 100644 --- a/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/PaymentTransaction_viewDestination/my_causality_title_list.xml +++ b/bt5/erp5_accounting_l10n_fr_m9/SkinTemplateItem/portal_skins/erp5_accounting_l10n_fr_m9/PaymentTransaction_viewDestination/my_causality_title_list.xml @@ -459,6 +459,10 @@ <string>Accounting Transaction</string> <string>Accounting Transaction</string> </tuple> + <tuple> + <string>Balance Transaction</string> + <string>Balance Transaction</string> + </tuple> </list> </value> </item> -- 2.30.9