From d53990f543a2250d4671ec910c5836f2bf1a8d09 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Mon, 7 Aug 2006 13:40:53 +0000
Subject: [PATCH] add variation to the category list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9068 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Banking/PropertySheet/CashDeliveryLine.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5Banking/PropertySheet/CashDeliveryLine.py b/product/ERP5Banking/PropertySheet/CashDeliveryLine.py
index 4f0dd906da..08938c27a5 100755
--- a/product/ERP5Banking/PropertySheet/CashDeliveryLine.py
+++ b/product/ERP5Banking/PropertySheet/CashDeliveryLine.py
@@ -37,4 +37,5 @@ class CashDeliveryLine:
 
   _categories = ( 'emission_letter'
                 , 'cash_status'
+                , 'variation'
                 )
-- 
2.30.9