Merge branch 'feature/LIL-713' into 'master'

Feature/lil 713

See merge request lilcity/backend!226
remotes/origin/editis_13-01-19
cfwme 7 years ago
commit 9ebc515a50
  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