From 5fb824a0b8cd45961be285379ee1df5b1ca5f4d2 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Tue, 31 Jul 2007 08:41:57 +0000
Subject: [PATCH] added site base category for all documents on banking

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15396 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Banking/Document/CashDelivery.py          | 1 +
 product/ERP5Banking/PropertySheet/BankingOperation.py | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/product/ERP5Banking/Document/CashDelivery.py b/product/ERP5Banking/Document/CashDelivery.py
index a4d7af59be..285a11e8b3 100755
--- a/product/ERP5Banking/Document/CashDelivery.py
+++ b/product/ERP5Banking/Document/CashDelivery.py
@@ -58,6 +58,7 @@ class CashDelivery(BankingOperation):
                     , PropertySheet.Price
                     , PropertySheet.VariationRange
                     , PropertySheet.ItemAggregation
+                    , PropertySheet.BankingOperation
                     )
 
   security.declareProtected(Permissions.View, 'getBaobabSource')
diff --git a/product/ERP5Banking/PropertySheet/BankingOperation.py b/product/ERP5Banking/PropertySheet/BankingOperation.py
index 730cdb93f7..1c3c26ccaa 100755
--- a/product/ERP5Banking/PropertySheet/BankingOperation.py
+++ b/product/ERP5Banking/PropertySheet/BankingOperation.py
@@ -43,5 +43,5 @@ class BankingOperation:
         'mode'        : 'w' },
       )
 
-  _categories = ()
+  _categories = ('site',)
 
-- 
2.30.9