When we delete an order, the related applied rules are deleted in activities
using SQLDict, so only the first one is deleted, also it can create problems if we delete the applied rule before the activity is executed (which usually happens in tests teardown); Anyway users never delete orders directly, so there's no need to use activities here. Delete the related applied rules synchronously instead. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22887 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment