Commit 57927a18 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add SolverSelection property sheet to use 'delivery' category in target solver document classes.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31289 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent df790863
...@@ -50,6 +50,7 @@ class AcceptSolver(XMLObject): ...@@ -50,6 +50,7 @@ class AcceptSolver(XMLObject):
, PropertySheet.XMLObject , PropertySheet.XMLObject
, PropertySheet.CategoryCore , PropertySheet.CategoryCore
, PropertySheet.DublinCore , PropertySheet.DublinCore
, PropertySheet.SolverSelection
) )
# Implementation # Implementation
......
...@@ -50,6 +50,7 @@ class AdoptSolver(XMLObject): ...@@ -50,6 +50,7 @@ class AdoptSolver(XMLObject):
, PropertySheet.XMLObject , PropertySheet.XMLObject
, PropertySheet.CategoryCore , PropertySheet.CategoryCore
, PropertySheet.DublinCore , PropertySheet.DublinCore
, PropertySheet.SolverSelection
) )
# Declarative interfaces # Declarative interfaces
......
...@@ -52,6 +52,7 @@ class QuantitySplitSolver(XMLObject): ...@@ -52,6 +52,7 @@ class QuantitySplitSolver(XMLObject):
, PropertySheet.CategoryCore , PropertySheet.CategoryCore
, PropertySheet.DublinCore , PropertySheet.DublinCore
, PropertySheet.Arrow , PropertySheet.Arrow
, PropertySheet.SolverSelection
) )
# Declarative interfaces # Declarative interfaces
zope.interface.implements(interfaces.ISolver, zope.interface.implements(interfaces.ISolver,
......
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