[Gnucash-changes] Change a couple of register cell names so the core register code can

David Hampton hampton at cvs.gnucash.org
Sat Apr 30 18:40:14 EDT 2005


Log Message:
-----------
Change a couple of register cell names so the core register
code can save/restore column widths.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/business/business-ledger:
        gncEntryLedger.h

Revision Data
-------------
Index: gncEntryLedger.h
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/business/business-ledger/gncEntryLedger.h,v
retrieving revision 1.22.4.2
retrieving revision 1.22.4.3
diff -Lsrc/business/business-ledger/gncEntryLedger.h -Lsrc/business/business-ledger/gncEntryLedger.h -u -r1.22.4.2 -r1.22.4.3
--- src/business/business-ledger/gncEntryLedger.h
+++ src/business/business-ledger/gncEntryLedger.h
@@ -63,12 +63,12 @@
 #define ENTRY_DISHOW_CELL	"discount-how"
 #define ENTRY_PRIC_CELL		"price"
 #define ENTRY_QTY_CELL		"quantity"
-#define ENTRY_TAXABLE_CELL	"taxable?"
+#define ENTRY_TAXABLE_CELL	"istaxable"
 #define ENTRY_TAXTABLE_CELL	"taxtable"
 #define ENTRY_TAXINCLUDED_CELL	"taxincluded"
-#define ENTRY_BILLABLE_CELL	"billable?"
+#define ENTRY_BILLABLE_CELL	"isbillable"
 
-#define ENTRY_INV_CELL		"invoiced?"
+#define ENTRY_INV_CELL		"isinvoiced"
 #define ENTRY_VALUE_CELL	"line-value"
 #define ENTRY_TAXVAL_CELL	"line-tax-val"
 


More information about the gnucash-changes mailing list