Reviewers: ,
Please review this at http://codereview.tryton.org/677003/
Affected files:
M purchase.py
Index: purchase.py
===================================================================
--- a/purchase.py
+++ b/purchase.py
@@ -30,7 +30,7 @@
sales = [r.origin for r in requests if isinstance(r, Sale)]
- super(PurchaseRequest, cls).delete(cls, requests)
+ super(PurchaseRequest, cls).delete(requests)
if sales:
Sale.process(sales)
--
--
[email protected] mailing list
---
You received this message because you are subscribed to the Google Groups "tryton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.