From d6724d8dcc1af11918c8fdd5175a46193ac84074 Mon Sep 17 00:00:00 2001 From: Garrett Edel Date: Thu, 25 Jul 2024 09:16:44 -0400 Subject: [PATCH] Fixed tab order error --- ledger/templates/api/entry_forms/journal-entry-item-form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger/templates/api/entry_forms/journal-entry-item-form.html b/ledger/templates/api/entry_forms/journal-entry-item-form.html index c43bf5d..03e1c3b 100644 --- a/ledger/templates/api/entry_forms/journal-entry-item-form.html +++ b/ledger/templates/api/entry_forms/journal-entry-item-form.html @@ -113,7 +113,7 @@

Credits

name="{{ form.amount.html_name }}" id="{{ form.amount.auto_id }}" value="{{ form.amount.value }}" - tabindex="{{ forloop.counter|multiply:4|add:2 }}" + tabindex="{{ forloop.counter|multiply:4|add:4 }}" >
{% for error in form.amount.errors %}