add new field
This commit is contained in:
@@ -120,7 +120,7 @@ class Command(BaseCommand):
|
||||
"paid_amount": paid_amount,
|
||||
"payment_amount": must_pay_amount,
|
||||
"debt_amount": debt_amount,
|
||||
"total_expense_amount": item['item'],
|
||||
"total_expense_amount": item['total_expense_amount'],
|
||||
},
|
||||
)
|
||||
self.stdout.write("Parties added")
|
||||
Reference in New Issue
Block a user