Commit 12017094 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add a place holder of _isProfitAndLossMovement().


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31111 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 57a1ad6c
......@@ -276,6 +276,12 @@ class RuleMixin:
"""
raise NotImplementedError
def _isProfitAndLossMovement(movement):
"""
Returns True if movement is a profit and loss movement.
"""
raise NotImplementedError
def _extendMovementCollectionDiff(self, movement_collection_diff,
prevision_movement, decision_movement_list):
"""
......
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