Commit f945c9d2 authored by Jean-Paul Smets's avatar Jean-Paul Smets

minor comment fix


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2489 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e4890ff3
......@@ -257,7 +257,7 @@ class InvoiceTransactionRule(Rule, XMLMatrix):
force_update = 1
)
else :
# If only one cell, delete it
# If empty matrix, delete all cells
cell_range_id_list = self.getCellRangeIdList(base_id = base_id)
for k in cell_range_id_list :
if self.get(k) is not 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