From 957cded7b2999246fc6cd9516416021b3d227d8a Mon Sep 17 00:00:00 2001 From: Ignacio Ocampo Date: Sun, 12 Jan 2025 21:04:21 -0600 Subject: [PATCH] Fixes typo on Current Maturities of Long Term Debt Replaced `Tern` with `Term` --- django_ledger/migrations/0001_initial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_ledger/migrations/0001_initial.py b/django_ledger/migrations/0001_initial.py index 5c541d71..bb3c11fd 100644 --- a/django_ledger/migrations/0001_initial.py +++ b/django_ledger/migrations/0001_initial.py @@ -46,7 +46,7 @@ class Migration(migrations.Migration): ('lia_cl_acc_payable', 'Accounts Payable'), ('lia_cl_wages_payable', 'Wages Payable'), ('lia_cl_int_payable', 'Interest Payable'), ('lia_cl_taxes_payable', 'Taxes Payable'), ('lia_cl_st_notes_payable', 'Notes Payable'), - ('lia_cl_ltd_mat', 'Current Maturities of Long Tern Debt'), ('lia_cl_def_rev', 'Deferred Revenue'), + ('lia_cl_ltd_mat', 'Current Maturities of Long Term Debt'), ('lia_cl_def_rev', 'Deferred Revenue'), ('lia_cl_other', 'Other Liabilities'), ('lia_ltl_notes', 'Notes Payable'), ('lia_ltl_bonds', 'Bonds Payable'), ('lia_ltl_mortgage', 'Mortgage Payable'))), ('Equity', ( ('eq_capital', 'Capital'), ('eq_stock_common', 'Common Stock'),