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):
# Declarative properties
property_sheets = ( PropertySheet.Base
, PropertySheet.CategoryCore
, PropertySheet.Arrow
, PropertySheet.Amount
, PropertySheet.Task
, PropertySheet.Movement
, PropertySheet.Price
, PropertySheet.Predicate
, PropertySheet.MappedValue
, PropertySheet.ItemAggregation
, PropertySheet.CategoryCore
, PropertySheet.Arrow
, PropertySheet.Amount
, PropertySheet.Task
, PropertySheet.Movement
, PropertySheet.Price
, PropertySheet.Predicate
, PropertySheet.MappedValue
, PropertySheet.ItemAggregation
, PropertySheet.VariationRange
)
security.declareProtected(Permissions.View, 'getBaobabSource')
......
......@@ -37,5 +37,4 @@ class CashDeliveryLine:
_categories = ( 'emission_letter'
, '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