Commit 41e89559 authored by Romain Courteaud's avatar Romain Courteaud

Correct a typo error.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3721 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 87581e79
......@@ -101,7 +101,7 @@ class InvoicingRule(Rule):
quantity = my_context_movement.getQuantity(),
quantity_unit = my_context_movement.getQuantityUnit(),
efficiency = my_context_movement.getEfficiency(),
resource = my_context_movement.getresource(),
resource = my_context_movement.getResource(),
variation_category_list = my_context_movement.\
getVariationCategoryList(),
start_date = my_context_movement.getStartDate(),
......
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