From 895411747a64224f3c63e158144f5415e608851f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 8 Jul 2008 14:26:56 +0000 Subject: [PATCH] - added TradeCondition property sheet to Production Report class, to make it consistent with Packing List git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22355 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/ProductionReport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/Document/ProductionReport.py b/product/ERP5/Document/ProductionReport.py index ed9e7c5f6f..f3fc4b04b1 100644 --- a/product/ERP5/Document/ProductionReport.py +++ b/product/ERP5/Document/ProductionReport.py @@ -57,4 +57,5 @@ class ProductionReport(Delivery): , PropertySheet.Movement , PropertySheet.Delivery , PropertySheet.Reference + , PropertySheet.TradeCondition ) -- 2.30.9