withdrawals cost money
This commit is contained in:
parent
5ea9705528
commit
01dbf7293c
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class Command(MyBaseCommand):
|
|||
ope = Operation(
|
||||
group=opegroup,
|
||||
type=Operation.WITHDRAW,
|
||||
amount=Decimal(random.randint(1, 99)/10,)
|
||||
amount=-Decimal(random.randint(1, 99)/10,)
|
||||
)
|
||||
else:
|
||||
article = random.choice(articles)
|
||||
|
|
Loading…
Reference in a new issue