Skip to content

Commit

Permalink
Bug 799087 - Import - Unbalanced (need acct) transactions now show...
Browse files Browse the repository at this point in the history
in red (previously orange).
  • Loading branch information
jralls committed Sep 27, 2023
1 parent 13c81df commit d8d8614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/import-export/import-main-matcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ refresh_model_row (GNCImportMainMatcher *gui,
xaccTransGetCurrency (gnc_import_TransInfo_get_trans (info)), true);
gnc_numeric bal_val = gnc_import_TransInfo_get_dest_value (info);
imbalance = g_strdup (xaccPrintAmount (bal_val, pinfo));
color = get_required_color (int_required_class);
color = get_required_color (int_prob_required_class);
text =
/* Translators: %s is the amount to be transferred. */
g_strdup_printf (_("New, UNBALANCED (need acct to transfer %s)!"),
Expand Down

0 comments on commit d8d8614

Please sign in to comment.