From 1cf709128e8a54f1d65ba6c53c649fac1e2bc333 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Thu, 11 Dec 2003 09:18:45 +0000 Subject: [PATCH] Added tax git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@47 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/InvoiceCell.py | 3 +++ product/ERP5/Document/InvoiceLine.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/product/ERP5/Document/InvoiceCell.py b/product/ERP5/Document/InvoiceCell.py index 9771e216c9..14fd662ba4 100755 --- a/product/ERP5/Document/InvoiceCell.py +++ b/product/ERP5/Document/InvoiceCell.py @@ -68,6 +68,9 @@ class InvoiceCell(DeliveryCell): , PropertySheet.Predicate , PropertySheet.Domain , PropertySheet.MappedValue + , PropertySheet.ValueAddedTax + , PropertySheet.EcoTax + , PropertySheet.CopyrightTax ) # Factory Type Information diff --git a/product/ERP5/Document/InvoiceLine.py b/product/ERP5/Document/InvoiceLine.py index 63b4c53f18..08eba099a0 100755 --- a/product/ERP5/Document/InvoiceLine.py +++ b/product/ERP5/Document/InvoiceLine.py @@ -69,6 +69,9 @@ class InvoiceLine(DeliveryLine): , PropertySheet.Movement , PropertySheet.Price , PropertySheet.VariationRange + , PropertySheet.ValueAddedTax + , PropertySheet.EcoTax + , PropertySheet.CopyrightTax ) # Factory Type Information -- 2.30.9