Skip to content

Commit

Permalink
Change Associations list dialog for Business
Browse files Browse the repository at this point in the history
Change the existing Transaction list dialog to cater for Business
associations and add a menu option to the Business menu to open this
dialog.
  • Loading branch information
Bob-IT committed May 28, 2020
1 parent e2fac36 commit 553b422
Show file tree
Hide file tree
Showing 11 changed files with 396 additions and 53 deletions.
9 changes: 5 additions & 4 deletions gnucash/gnome-utils/dialog-assoc-utils.c
Expand Up @@ -42,10 +42,11 @@
/* This static indicates the debugging module that this .o belongs to. */
static QofLogModule log_module = GNC_MOD_GUI;

/***********************************************************************/
/* =================================================================== */

static gchar *
convert_uri_to_abs_path (const gchar *path_head, const gchar *uri, gchar *uri_scheme, gboolean return_uri)
convert_uri_to_abs_path (const gchar *path_head, const gchar *uri,
gchar *uri_scheme, gboolean return_uri)
{
gchar *ret_value = NULL;

Expand Down Expand Up @@ -159,7 +160,7 @@ gnc_assoc_convert_trans_associate_uri (gpointer trans, gboolean book_ro)
return g_strdup (uri);
}

/***********************************************************************/
/* =================================================================== */

static gchar *
assoc_get_path_head_and_set (gboolean *path_head_set)
Expand Down Expand Up @@ -261,7 +262,7 @@ gnc_assoc_set_path_head_label (GtkWidget *path_head_label, const gchar *incoming
g_free (path_head);
}

/***********************************************************************/
/* =================================================================== */

typedef struct
{
Expand Down

0 comments on commit 553b422

Please sign in to comment.