Commit 87be9b39 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

no longer set deliverable on simulation movement.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32136 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3080ce43
......@@ -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]
......
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