1.0.11 subscribe buy routines
This commit is contained in:
@@ -44,7 +44,7 @@ def check_n_enable_subscribe_by_order(order):
|
||||
order.subscribe_for_user = subscribe_for_user
|
||||
order.save()
|
||||
|
||||
SubscribeForUser.objects.filter(user=order.user).exclude(id=subscribes_for_user.id).update(enable=False)
|
||||
SubscribeForUser.objects.filter(user=order.user).exclude(id=subscribe_for_user.id).update(enable=False)
|
||||
|
||||
subscribes_for_user = [subscribe_for_user]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user