Commit c67c9c87 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21066 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e9c2533
......@@ -118,7 +118,7 @@ if len(order.contentIds(filter=filter_dict)) == 0:\n
def initialiseDiscountLineList(order, trade_condition):\n
for discount_model_line in trade_condition.contentValues(\n
portal_type=\'Discount Model Line\'):\n
discount_model_line_reference = tax_model_line.getReference()\n
discount_model_line_reference = discount_model_line.getReference()\n
if not discount_model_line_reference or discount_model_line_reference not in [\n
x.getProperty(\'reference\') for x in\n
order.contentValues(portal_type=\'Discount Line\')]:\n
......
363
\ No newline at end of file
364
\ No newline at end of file
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