From d89a815b36df8af356af6dbf1a8c3ce6b46bdb0a Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin <alex@nexedi.com> Date: Tue, 11 Mar 2008 15:01:30 +0000 Subject: [PATCH] add SortIndex PropertySheet to PaymentCondition git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19798 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/PaymentCondition.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/Document/PaymentCondition.py b/product/ERP5/Document/PaymentCondition.py index 9d5e929ddc..593078f5b3 100644 --- a/product/ERP5/Document/PaymentCondition.py +++ b/product/ERP5/Document/PaymentCondition.py @@ -54,5 +54,6 @@ class PaymentCondition(XMLObject): , PropertySheet.DublinCore , PropertySheet.Amount , PropertySheet.PaymentCondition + , PropertySheet.SortIndex ) -- 2.30.9