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(
|
ope = Operation(
|
||||||
group=opegroup,
|
group=opegroup,
|
||||||
type=Operation.WITHDRAW,
|
type=Operation.WITHDRAW,
|
||||||
amount=Decimal(random.randint(1, 99)/10,)
|
amount=-Decimal(random.randint(1, 99)/10,)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
article = random.choice(articles)
|
article = random.choice(articles)
|
||||||
|
|
Loading…
Reference in a new issue