From 9a751365561e8c8b828ca54003181698f655d2ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 18 Sep 2008 07:40:45 +0000
Subject: [PATCH] fix syntax

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

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_getRemainingTotalPayablePrice.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_getRemainingTotalPayablePrice.xml
index 76df05c75f6..ab0516c31d7 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_getRemainingTotalPayablePrice.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Invoice_getRemainingTotalPayablePrice.xml
@@ -151,7 +151,7 @@ related_transaction_list = context.getCausalityRelatedValueList(\n
 for related_transaction in related_transaction_list:\n
   if related_transaction.getSimulationState() not in simulation_state:\n
     continue\n
-  if related_transaction.getProperty('origin_id') == \'MAJO\':\n
+  if related_transaction.getProperty(\'origin_id\') == \'MAJO\':\n
     continue\n
   \n
   # if we have a payment related to multiple invoices, we cannot say the\n
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index fc0b67d079d..7392849d545 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-774
\ No newline at end of file
+775
\ No newline at end of file
-- 
2.30.9