From 19c3f3f2bf6b296a034b4f9926e6305f1558c5d9 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 24 Nov 2009 08:41:09 +0000
Subject: [PATCH] source_advice, destination_advice, source_transport and
 destination_transport are missing in _categories.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30834 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/Arrow.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/product/ERP5/PropertySheet/Arrow.py b/product/ERP5/PropertySheet/Arrow.py
index f5c6da7d4f..a471502829 100644
--- a/product/ERP5/PropertySheet/Arrow.py
+++ b/product/ERP5/PropertySheet/Arrow.py
@@ -749,6 +749,8 @@ class Arrow:
                     'source_carrier', 'destination_carrier',
                     'source_referral', 'destination_referral',
                     'source_account', 'destination_account',
+                    'source_advice', 'destination_advice',
+                    'source_transport', 'destination_transport',
                     # Virtual categories
                     'source_region', 'destination_region',
                     'source_payment_region', 'destination_payment_region',
-- 
2.30.9