Skip to content

Commit

Permalink
aqb6: import UltimateDebtor into part_name2
Browse files Browse the repository at this point in the history
  • Loading branch information
nafets227 committed Sep 27, 2023
1 parent f7e184b commit 5e9378e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fntxt2sql/fntxt2sql-aqb6.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ static int processAqb6Tran(const AB_TRANSACTION *t)
save_strcpy(buchung.orig_ktonr, AB_Transaction_GetLocalAccountNumber(t));

save_strcpy(buchung.part_name1, AB_Transaction_GetRemoteName(t));
save_strcpy(buchung.part_name2, AB_Transaction_GetUltimateDebtor(t));
save_strcpy(buchung.part_blz, AB_Transaction_GetRemoteBankCode(t));
save_strcpy(buchung.part_ktonr, AB_Transaction_GetRemoteAccountNumber(t));

Expand Down

0 comments on commit 5e9378e

Please sign in to comment.