From 7f47e17c795a546ecde6df0eafd293521a545422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 12 Dec 2005 11:07:45 +0000 Subject: [PATCH] added ** in path. fixed gap in preferences git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4603 20353a03-c40f-0410-a6d1-a30d3c3de9de --- bt5/erp5_accounting/bt/change_log | 3 +++ bt5/erp5_accounting/bt/template_path_list | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/bt5/erp5_accounting/bt/change_log b/bt5/erp5_accounting/bt/change_log index 9013b326e6..78500e1a67 100755 --- a/bt5/erp5_accounting/bt/change_log +++ b/bt5/erp5_accounting/bt/change_log @@ -1,3 +1,6 @@ +2005-11-12 Jérome +* Update to use new gap preference and Inventory API instead of Resource_zGetInventory_old + 2005-12-08 yo * Fix the LEFT JOIN syntax in PaymentTransaction_zSelectMovement and SaleInvoiceTransaction_zSelectMovemen. diff --git a/bt5/erp5_accounting/bt/template_path_list b/bt5/erp5_accounting/bt/template_path_list index a73dac1a6b..21f7d25b6a 100755 --- a/bt5/erp5_accounting/bt/template_path_list +++ b/bt5/erp5_accounting/bt/template_path_list @@ -1,8 +1,8 @@ -portal_rules/default_invoice_rule portal_deliveries/sale_invoice_builder +portal_rules/default_invoice_transaction_rule/** portal_deliveries/payment_transaction_builder -portal_rules/default_payment_rule -portal_rules/default_invoice_transaction_rule +portal_rules/default_payment_rule/** +portal_rules/default_invoicing_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_preferences/default_site_preference \ No newline at end of file -- 2.30.9