Commit 071b0aab authored by Yusei Tahara's avatar Yusei Tahara

ERP5/Document/TradeModelPath.py: source_referral and destination_referral are arrow categories.

But category group should be used to support all arrow categories.
parent 7dd29aa4
......@@ -129,7 +129,7 @@ class TradeModelPath(Path):
'source_funding',
'source_payment',
'source_project',
#'source_referral',
'source_referral',
'source_section',
'source_trade',
#'source_transport'
......@@ -153,7 +153,7 @@ class TradeModelPath(Path):
'destination_funding',
'destination_payment',
'destination_project',
#'destination_referral',
'destination_referral',
'destination_section',
'destination_trade',
#'destination_transport'
......
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