remotes/origin/editis_13-01-19
gzbender 7 years ago
parent c6e8883972
commit e60302e3c3
  1. 2
      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 <amount> bonuses in action <action_name>'
def add_arguments(self, parser):
parser.add_argument(

Loading…
Cancel
Save