Commit 7eb73181 authored by Jérome Perrin's avatar Jérome Perrin

add funding categories


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44809 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 17f9818e
...@@ -126,6 +126,7 @@ class TradeModelPath(Path): ...@@ -126,6 +126,7 @@ class TradeModelPath(Path):
'source_carrier', 'source_carrier',
#'source_decision', #'source_decision',
'source_function', 'source_function',
'source_funding',
'source_payment', 'source_payment',
'source_project', 'source_project',
#'source_referral', #'source_referral',
...@@ -149,6 +150,7 @@ class TradeModelPath(Path): ...@@ -149,6 +150,7 @@ class TradeModelPath(Path):
#'destination_carrier', #'destination_carrier',
#'destination_decision', #'destination_decision',
'destination_function', 'destination_function',
'destination_funding',
'destination_payment', 'destination_payment',
'destination_project', 'destination_project',
#'destination_referral', #'destination_referral',
......
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