Commit 79fc4347 authored by Jean-Paul Smets's avatar Jean-Paul Smets

use section_category


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@968 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae87f484
......@@ -194,7 +194,7 @@ Une ligne tarifaire."""
at_date = self.getStartDate(),
variation_text = self.getVariationText(),
node = self.getDestination(),
section = self.getDestinationSection(),
section_category = self.getDestinationSection(), # We want to consolidate
simulation_state = current_inventory_state_list)
inventory = self.getInventory()
if current_inventory in (None, ''):
......
......@@ -182,7 +182,7 @@ Une ligne tarifaire."""
at_date = self.getStartDate(),
variation_text = self.getVariationText(),
node = self.getDestination(),
section = self.getDestinationSection(),
section_category = self.getDestinationSection(),
simulation_state = current_inventory_state_list)
inventory = self.getInventory()
if current_inventory in (None, ''):
......
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