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
...@@ -63,6 +63,7 @@ class CashDeliveryCell(BaobabMixin, DeliveryCell): ...@@ -63,6 +63,7 @@ class CashDeliveryCell(BaobabMixin, DeliveryCell):
, 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