~mdoyen/homebank/5.5.x

« back to all changes in this revision

Viewing changes to src/hb-import.c

  • Committer: Maxime Doyen
  • Date: 2022-01-10 20:19:55 UTC
  • Revision ID: homebank@free.fr-20220110201955-0zk0lnfnr0gl2e88
5.5.4 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  HomeBank -- Free, easy, personal accounting for everyone.
2
 
 *  Copyright (C) 1995-2021 Maxime DOYEN
 
2
 *  Copyright (C) 1995-2022 Maxime DOYEN
3
3
 *
4
4
 *  This file is part of HomeBank.
5
5
 *
846
846
                                                && (gentxn2->amount == gentxn1->amount)
847
847
                                                && (hb_string_compare(gentxn2->memo, gentxn1->memo) == 0)
848
848
                                                && (hb_string_compare(gentxn2->payee, gentxn1->payee) == 0)
 
849
                                            //#1954017 add comparison on category
 
850
                                            && (hb_string_compare(gentxn2->category, gentxn1->category) == 0)
849
851
                                          )
850
852
                                        {
851
853
                                                isimpsimilar = TRUE;