From 14a62854149eb3f9ee94e903d1adda08462f88d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 6 Nov 2007 09:22:44 +0000
Subject: [PATCH] typo in AccountModule_getAccountListForTrialBalance

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17407 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../AccountModule_getAccountListForTrialBalance.xml    | 10 +++++-----
 bt5/erp5_accounting/bt/revision                        |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml
index 4c5a387af4..d3699437a9 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountListForTrialBalance.xml
@@ -444,7 +444,7 @@ for node in getInventoryList(\n
                 portal_type=accounting_movement_type_list +\n
                               balance_movement_type_list,\n
                 **inventory_params):\n
-  mirror_section_uid = MARKER\n
+  mirror_section_key = MARKER\n
   if expand_accounts:\n
     mirror_section_key = node[\'mirror_section_uid\']\n
   account_props = line_per_account.setdefault(\n
@@ -467,7 +467,7 @@ for node in getInventoryList(\n
                 at_date=from_date + 1,\n
                 portal_type=balance_movement_type_list,\n
                 **inventory_params):\n
-  mirror_section_uid = MARKER\n
+  mirror_section_key = MARKER\n
   if expand_accounts:\n
     mirror_section_key = node[\'mirror_section_uid\']\n
   account_props = line_per_account.setdefault(\n
@@ -489,7 +489,7 @@ for node in getInventoryList(\n
                   to_date=from_date,\n
                   portal_type=accounting_movement_type_list,\n
                   **inventory_params):\n
-    mirror_section_uid = MARKER\n
+    mirror_section_key = MARKER\n
     if expand_accounts:\n
       mirror_section_key = node[\'mirror_section_uid\']\n
     account_props = line_per_account.setdefault(\n
@@ -509,7 +509,7 @@ for node in getInventoryList(\n
                   to_date=from_date,\n
                   portal_type=accounting_movement_type_list,\n
                   **inventory_params):\n
-    mirror_section_uid = MARKER\n
+    mirror_section_key = MARKER\n
     if expand_accounts:\n
       mirror_section_key = node[\'mirror_section_uid\']\n
     account_props = line_per_account.setdefault(\n
@@ -842,10 +842,10 @@ return new_line_list\n
                             <string>getNodeTitleAndId</string>
                             <string>initial_balance_date</string>
                             <string>min</string>
-                            <string>mirror_section_uid</string>
                             <string>mirror_section_key</string>
                             <string>line_list</string>
                             <string>node_relative_url</string>
+                            <string>mirror_section_uid</string>
                             <string>payment_uid</string>
                             <string>data</string>
                             <string>node_title</string>
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index 560731b56b..5c84cf6fdb 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-490
\ No newline at end of file
+491
\ No newline at end of file
-- 
2.30.9