r18354 - gnucash/trunk/src/register/ledger-core - Fix bug when register running balance column appears in template transaction.

Derek Atkins warlord at MIT.EDU
Tue Sep 29 11:30:18 EDT 2009


Christian Stimming <cstim at code.gnucash.org> writes:

> -        gnc_table_layout_set_cell (layout, curs, RBALN_CELL, 0, 7);
> +        if (!reg->is_template)
> +        {
> +          gnc_table_layout_set_cell (layout, curs, RBALN_CELL, 0, 7);
> +        }
>          gnc_table_layout_set_cell (layout, curs, RATE_CELL, 0, 8);

Is it okay to skip a column like this?

-derek
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list