[Erp5-report] r21077 - in /erp5/trunk/products/ERP5/Document: InvoiceCell.py InvoiceLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 21 23:36:54 CEST 2008


Author: rafael
Date: Wed May 21 23:36:54 2008
New Revision: 21077

URL: http://svn.erp5.org?rev=21077&view=rev
Log:
Added Item Aggregation Property Sheet to Invoice Line and Cell.


Modified:
    erp5/trunk/products/ERP5/Document/InvoiceCell.py
    erp5/trunk/products/ERP5/Document/InvoiceLine.py

Modified: erp5/trunk/products/ERP5/Document/InvoiceCell.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/InvoiceCell.py?rev=21077&r1=21076&r2=21077&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/InvoiceCell.py (original)
+++ erp5/trunk/products/ERP5/Document/InvoiceCell.py Wed May 21 23:36:54 2008
@@ -60,6 +60,7 @@
                       , PropertySheet.CategoryCore
                       , PropertySheet.Arrow
                       , PropertySheet.Amount
+                      , PropertySheet.ItemAggregation
                       , PropertySheet.Task
                       , PropertySheet.Movement
                       , PropertySheet.Price

Modified: erp5/trunk/products/ERP5/Document/InvoiceLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/InvoiceLine.py?rev=21077&r1=21076&r2=21077&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/InvoiceLine.py (original)
+++ erp5/trunk/products/ERP5/Document/InvoiceLine.py Wed May 21 23:36:54 2008
@@ -64,6 +64,7 @@
                       , PropertySheet.CategoryCore
                       , PropertySheet.Amount
                       , PropertySheet.Task
+                      , PropertySheet.ItemAggregation
                       , PropertySheet.Arrow
                       , PropertySheet.Movement
                       , PropertySheet.Price




More information about the Erp5-report mailing list