From 87be9b39bfba45621be76ddfb2be684402daa948 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 1 Feb 2010 12:19:31 +0000 Subject: [PATCH] no longer set deliverable on simulation movement. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32136 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/InvoicingRule.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/product/ERP5/Document/InvoicingRule.py b/product/ERP5/Document/InvoicingRule.py index 35ce773186..92bbd416ff 100644 --- a/product/ERP5/Document/InvoicingRule.py +++ b/product/ERP5/Document/InvoicingRule.py @@ -108,8 +108,6 @@ class InvoicingRule(Rule): 'price': context_movement.getPrice(), 'price_currency': context_movement.getPriceCurrency(), 'efficiency': context_movement.getEfficiency(), - # We do need to collect invoice lines to build invoices - 'deliverable': 1 } return [invoice_line] -- 2.30.9