Commit 96ec7395 authored by Aurel's avatar Aurel

use varaitionRange property sheet instead of defining variation in

cash delivery cell property line


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9069 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d53990f5
...@@ -54,15 +54,16 @@ class CashDeliveryCell(BaobabMixin, DeliveryCell): ...@@ -54,15 +54,16 @@ class CashDeliveryCell(BaobabMixin, DeliveryCell):
# Declarative properties # Declarative properties
property_sheets = ( PropertySheet.Base property_sheets = ( PropertySheet.Base
, PropertySheet.CategoryCore , PropertySheet.CategoryCore
, PropertySheet.Arrow , PropertySheet.Arrow
, PropertySheet.Amount , PropertySheet.Amount
, PropertySheet.Task , PropertySheet.Task
, PropertySheet.Movement , PropertySheet.Movement
, PropertySheet.Price , PropertySheet.Price
, PropertySheet.Predicate , PropertySheet.Predicate
, PropertySheet.MappedValue , PropertySheet.MappedValue
, PropertySheet.ItemAggregation , PropertySheet.ItemAggregation
, PropertySheet.VariationRange
) )
security.declareProtected(Permissions.View, 'getBaobabSource') security.declareProtected(Permissions.View, 'getBaobabSource')
......
...@@ -37,5 +37,4 @@ class CashDeliveryLine: ...@@ -37,5 +37,4 @@ class CashDeliveryLine:
_categories = ( 'emission_letter' _categories = ( 'emission_letter'
, 'cash_status' , 'cash_status'
, 'variation'
) )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment