mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove dialog-job-select.[ch] from the build process.
Add JOB_ACTIVE to the list of queriable parameters git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6844 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9017969427
commit
25a6b025ab
@ -329,6 +329,7 @@ gboolean gncJobRegister (void)
|
||||
{ JOB_NAME, QUERYCORE_STRING, (QueryAccess)gncJobGetName },
|
||||
{ JOB_REFERENCE, QUERYCORE_STRING, (QueryAccess)gncJobGetReference },
|
||||
{ JOB_OWNER, GNC_OWNER_MODULE_NAME, (QueryAccess)gncJobGetOwner },
|
||||
{ JOB_ACTIVE, QUERYCORE_BOOLEAN, (QueryAccess)gncJobGetActive },
|
||||
{ QUERY_PARAM_BOOK, GNC_ID_BOOK, (QueryAccess)gncJobGetBook },
|
||||
{ QUERY_PARAM_GUID, QUERYCORE_GUID, (QueryAccess)gncJobGetGUID },
|
||||
{ NULL },
|
||||
|
@ -50,5 +50,6 @@ int gncJobCompare (const GncJob *a, const GncJob *b);
|
||||
#define JOB_NAME "name"
|
||||
#define JOB_REFERENCE "reference"
|
||||
#define JOB_OWNER "owner"
|
||||
#define JOB_ACTIVE "active"
|
||||
|
||||
#endif /* GNC_JOB_H_ */
|
||||
|
@ -31,7 +31,6 @@ libgncmod_business_gnome_la_SOURCES = \
|
||||
dialog-employee.c \
|
||||
dialog-invoice.c \
|
||||
dialog-job.c \
|
||||
dialog-job-select.c \
|
||||
dialog-order.c \
|
||||
dialog-vendor.c \
|
||||
gnc-business-utils.c
|
||||
@ -43,7 +42,6 @@ noinst_HEADERS = \
|
||||
dialog-employee.h \
|
||||
dialog-invoice.h \
|
||||
dialog-job.h \
|
||||
dialog-job-select.h \
|
||||
dialog-order.h \
|
||||
dialog-vendor.h \
|
||||
gnc-business-utils.h
|
||||
|
Loading…
Reference in New Issue
Block a user