Reconcile Status of imported QIF files (exported by CBB)

Bill Gribble grib@gnumatic.com
Tue, 28 Nov 2000 15:05:14 -0600


On Tue, Nov 28, 2000 at 03:26:47PM +0100, Joerg Schoeppe wrote:
> I've modified this to:
> 
>     (if (eq? qif-cleared 'cleared)
>         (gnc:split-set-reconcile gnc-near-split #\c))
> 
>     (if (eq? qif-cleared 'reconciled)
>         (gnc:split-set-reconcile gnc-near-split #\y))

I made this change in the 1.5.x tree some time back, but didn't
back-port it to the 1.4 tree since I made so many other changes to the
QIF importer at the same time.  Let me pull out the version I used in
1.5 and apply it to the 1.4 tree.

b.g.