Commit 8a69a436 authored by Rafael Monnerat's avatar Rafael Monnerat

Added Item Aggregation Property Sheet to Invoice Line and Cell.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21077 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8266ae4c
......@@ -60,6 +60,7 @@ class InvoiceCell(DeliveryCell):
, PropertySheet.CategoryCore
, PropertySheet.Arrow
, PropertySheet.Amount
, PropertySheet.ItemAggregation
, PropertySheet.Task
, PropertySheet.Movement
, PropertySheet.Price
......
......@@ -64,6 +64,7 @@ class InvoiceLine(DeliveryLine):
, PropertySheet.CategoryCore
, PropertySheet.Amount
, PropertySheet.Task
, PropertySheet.ItemAggregation
, PropertySheet.Arrow
, PropertySheet.Movement
, PropertySheet.Price
......
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