From e60302e3c3715129e6f4c27b8dfb70fc53a4880d Mon Sep 17 00:00:00 2001 From: gzbender Date: Wed, 12 Dec 2018 01:24:45 +0500 Subject: [PATCH] LIL-713 --- apps/payment/management/commands/give_bonuses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/payment/management/commands/give_bonuses.py b/apps/payment/management/commands/give_bonuses.py index a9e7ba60..01479c1d 100644 --- a/apps/payment/management/commands/give_bonuses.py +++ b/apps/payment/management/commands/give_bonuses.py @@ -7,7 +7,7 @@ from apps.user.models import User class Command(BaseCommand): - help = 'Fix payment and author balance amount based on payment.data.effective_price_amount' + help = 'Give to all users with role==USER bonuses in action ' def add_arguments(self, parser): parser.add_argument(