r21808 - gnucash/branches/2.4/src/business/business-gnome - [21516] Bug #457401 - Print invoice should not be disabled for unposted invoices.

Mike Evans mikee at code.gnucash.org
Sat Dec 31 08:18:44 EST 2011


Author: mikee
Date: 2011-12-31 08:18:44 -0500 (Sat, 31 Dec 2011)
New Revision: 21808
Trac: http://svn.gnucash.org/trac/changeset/21808

Modified:
   gnucash/branches/2.4/src/business/business-gnome/gnc-plugin-page-invoice.c
Log:
[21516] Bug #457401 - Print invoice should not be disabled for unposted invoices.
Enable printing for unposted invoices.

Modified: gnucash/branches/2.4/src/business/business-gnome/gnc-plugin-page-invoice.c
===================================================================
--- gnucash/branches/2.4/src/business/business-gnome/gnc-plugin-page-invoice.c	2011-12-31 10:41:44 UTC (rev 21807)
+++ gnucash/branches/2.4/src/business/business-gnome/gnc-plugin-page-invoice.c	2011-12-31 13:18:44 UTC (rev 21808)
@@ -219,7 +219,6 @@
 
 static const gchar *posted_actions[] =
 {
-    "FilePrintAction",
     NULL
 };
 



More information about the gnucash-changes mailing list