Commit 29b323d5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove hardcoded hack.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31514 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a3b7be60
......@@ -197,9 +197,6 @@ class SolverTool(BaseTool):
"""
# Short Term Implementation Approach
test_property = divergence_tester.getTestedProperty()
# XXX hardcoded
if test_property == 'converted_quantity':
test_property = 'quantity'
application_value = movement
try:
# XXX this way does not work correctly for category,
......
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