From a5a51b4d2a4ee038bbd6a12c91e8bf8ea7a67ace Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 21 Dec 2005 19:13:00 +0000
Subject: [PATCH] remove default site preference

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4845 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 bt5/erp5_accounting/bt/template_path_list | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bt5/erp5_accounting/bt/template_path_list b/bt5/erp5_accounting/bt/template_path_list
index e52caa47f8..ce1cb705c6 100755
--- a/bt5/erp5_accounting/bt/template_path_list
+++ b/bt5/erp5_accounting/bt/template_path_list
@@ -1,12 +1,11 @@
 portal_deliveries/sale_invoice_builder
 portal_rules/default_invoice_transaction_rule/**
-portal_rules/default_invoicing_rule
 portal_deliveries/payment_transaction_builder
 portal_rules/default_payment_rule
+portal_rules/default_invoicing_rule/**
 portal_rules/default_payment_rule/**
 portal_rules/default_invoice_rule
 portal_rules/default_invoice_transaction_rule
 portal_rules/default_invoice_rule/**
 portal_deliveries/sale_invoice_transaction_builder
-portal_preferences/default_site_preference
-portal_rules/default_invoicing_rule/**
\ No newline at end of file
+portal_rules/default_invoicing_rule
\ No newline at end of file
-- 
2.30.9