mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
7
AUTHORS
7
AUTHORS
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user