Commit c85a555d authored by Jérome Perrin's avatar Jérome Perrin

rule_id argument to updateAppliedRule is deprecated

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28588 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d26af24e
......@@ -88,7 +88,7 @@ if builder_by_ptype.has_key(delivery_portal_type) :\n
pay_sheet.activate( tag = expand_tag\n
, after_tag = previous_tag\n
, priority = PRIORITY\n
).updateAppliedRule( rule_id = \'default_invoice_rule\'\n
).updateAppliedRule( rule_reference = \'default_invoice_rule\'\n
, activate_kw = activate_kw\n
)\n
\n
......
961
\ No newline at end of file
962
\ 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