From 3f51775570cd98fd3700ec261d27fa79c2bc647f Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 2 Feb 2023 13:57:00 +0100 Subject: [PATCH] Enable import of tranfser split reconcile state and date --- gnucash/import-export/csv-imp/gnc-imp-props-tx.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/import-export/csv-imp/gnc-imp-props-tx.hpp b/gnucash/import-export/csv-imp/gnc-imp-props-tx.hpp index 71158c4c40..9e0f66558b 100644 --- a/gnucash/import-export/csv-imp/gnc-imp-props-tx.hpp +++ b/gnucash/import-export/csv-imp/gnc-imp-props-tx.hpp @@ -70,7 +70,7 @@ enum class GncTransPropType { TMEMO, TREC_STATE, TREC_DATE, - SPLIT_PROPS = TMEMO + SPLIT_PROPS = TREC_DATE }; /** Maps all column types to a string representation.