Commit 87a0593c authored by Kevin Deldycke's avatar Kevin Deldycke

Romain has deleted the XMLMatrix.newCellContent()

method defined in /ERP5/Document/Delivery.py (see
http://openbrick.org/cgi-bin/viewcvs.cgi/ERP5/Document/Delivery.py.diff?r1=2.38&r2=2.39 ),
so we can delete the re-definition of newCellContent()
in this Document.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3492 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 932c03f2
......@@ -129,12 +129,6 @@ class InventoryLine(DeliveryLine):
else:
return None
### (kev) This method can't be deleted as long as Delivery.newCellContent() has its own
# XMLMatrix.newCellContent() method. The latter is kept because we fear its deletion will
# break existing scripts and code in ERP5. (kev)
security.declareProtected(Permissions.ModifyPortalContent, 'newCellContent')
newCellContent = XMLMatrix.newCellContent
def _setItemIdList(self, value):
"""
Computes total_quantity of all given items and stores this total_quantity
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment