update AUTHORS file

Reset Query when changing an invoice from ReadWrite to ReadOnly.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6684 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2002-02-04 16:06:27 +00:00
parent a473c139ba
commit a161f3714c
2 changed files with 7 additions and 2 deletions

View File

@@ -69,6 +69,12 @@ Christian Stimming <stimming@tuhh.de> is a report-generating
Joshua Sled <jsled@asynchronous.org> works on scheduled transactions
and budgeting.
Derek Atkins <derek@ihtfp.com> wrote the business-accounting package
for Gnucash. This includes the Customer/Vendor database, Job tracking,
Order entry, Invoicing, Accounts Payable, Accounts Receivable, and
related technologies. In the process he we-wrote the Query engine,
modularized the Book object storage, and modularized the backend
to allow pluggable objects.
Other Contributors:
----------------
@@ -76,7 +82,6 @@ Other Contributors:
Andrew Arensburger <arensb@cfar.umd.edu> for FreeBSD & other patches
Matt Armstrong <matt_armstrong@bigfoot.com> for misc fixes
Derek Atkins <warlord@MIT.EDU> build system patch, rpc backend
Fred Baube <fred@moremagic.com> for attempted Java port/MoneyDance
Dennis Bj<42>rklund <dennisb@cs.chalmers.se> Swedish translation
Per Bojsen <bojsen@worldnet.att.net> several core dump fixes

View File

@@ -386,7 +386,7 @@ void gnc_entry_ledger_set_readonly (GncEntryLedger *ledger)
break;
case GNCENTRY_INVOICE_ENTRY:
ledger->type = GNCENTRY_INVOICE_VIEWER;
/* XXX Reset the Query */
create_invoice_query (ledger);
break;
default:
return; /* Nothing to do */