From a3e61b5482d744c2c9c639daf2878acdef3ae856 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Thu, 11 May 2006 08:44:18 +0000 Subject: [PATCH] Modify code layout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7183 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/DeliveryLine.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/product/ERP5/Document/DeliveryLine.py b/product/ERP5/Document/DeliveryLine.py index 4fdba4e272..aa3f9393f5 100644 --- a/product/ERP5/Document/DeliveryLine.py +++ b/product/ERP5/Document/DeliveryLine.py @@ -38,7 +38,8 @@ from Products.ERP5.Document.ImmobilisationMovement import ImmobilisationMovement from zLOG import LOG -class DeliveryLine(Movement, XMLObject, XMLMatrix, Variated, ImmobilisationMovement): +class DeliveryLine(Movement, XMLObject, XMLMatrix, Variated, + ImmobilisationMovement): """ A DeliveryLine object allows to implement lines in Deliveries (packing list, order, invoice, etc.) @@ -113,7 +114,8 @@ class DeliveryLine(Movement, XMLObject, XMLMatrix, Variated, ImmobilisationMovem def edit(self, REQUEST=None, force_update = 0, reindex_object=1, **kw): return self._edit(REQUEST=REQUEST, force_update=force_update, reindex_object=reindex_object, **kw) - security.declareProtected(Permissions.AccessContentsInformation, 'isAccountable') + security.declareProtected(Permissions.AccessContentsInformation, + 'isAccountable') def isAccountable(self): """ Returns 1 if this needs to be accounted -- 2.30.9