We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a889ee commit 88318e5Copy full SHA for 88318e5
project/creditor/management/commands/generate_membershipfees.py
@@ -8,7 +8,7 @@
8
9
10
class Command(BaseCommand):
11
- help = 'generate randomised (member) tokens'
+ help = 'Generate membership fee RecurringTransactions for all members'
12
13
def add_arguments(self, parser):
14
parser.add_argument('amount', type=int)
0 commit comments