From 7363f1498cf5a6ff4548dcb613f40c0e495880c5 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Mon, 25 Jun 2007 09:23:40 +0000 Subject: [PATCH] added the variation category to Cash Delivery Line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14945 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