From 6450592b651ce1096bba890bcf72ab4ecb0ba6c9 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sun, 23 Jun 2002 03:09:06 +0000 Subject: [PATCH] Mixed up Taxable and TaxTable columns. Fix that. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7006 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/business/business-ledger/gncEntryLedgerLayout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/business/business-ledger/gncEntryLedgerLayout.c b/src/business/business-ledger/gncEntryLedgerLayout.c index 4e2160705c..39efd388f0 100644 --- a/src/business/business-ledger/gncEntryLedgerLayout.c +++ b/src/business/business-ledger/gncEntryLedgerLayout.c @@ -73,11 +73,11 @@ static void gnc_entry_ledger_layout_add_cells (GncEntryLedger *ledger, { ENTRY_ACCT_CELL, COMBO_CELL_TYPE_NAME, N_("sample:Xfer:Account")+7, CELL_ALIGN_RIGHT, FALSE, FALSE }, { ENTRY_TAXABLE_CELL, RECN_CELL_TYPE_NAME, N_("sample:T?")+7, - CELL_ALIGN_RIGHT, FALSE, FALSE }, + CELL_ALIGN_LEFT, FALSE, FALSE }, { ENTRY_TAXINCLUDED_CELL, RECN_CELL_TYPE_NAME, N_("sample:TI")+7, CELL_ALIGN_LEFT, FALSE, FALSE }, { ENTRY_TAXTABLE_CELL, COMBO_CELL_TYPE_NAME, N_("sample:Tax Table 1")+7, - CELL_ALIGN_LEFT, FALSE, FALSE }, + CELL_ALIGN_RIGHT, FALSE, FALSE }, { ENTRY_VALUE_CELL, PRICE_CELL_TYPE_NAME, N_("sample:999,999.00")+7, CELL_ALIGN_RIGHT, FALSE, FALSE }, { ENTRY_TAXVAL_CELL, PRICE_CELL_TYPE_NAME, N_("sample:999.00")+7,