Skip to content

Commit

Permalink
[SU-536]Electronic Invoice - changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oluexpert99 committed Dec 26, 2024
1 parent 59f6ead commit 5e7b0ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ public String transactionSchema() {
mc.id AS "clientId",
mc.legal_form_enum AS "clientLegalForm",
ml.id AS "loanId",
mc.firstname AS "clientFirstName",
mc.middlename AS "clientMiddleName",
mc.display_name AS "clientDisplayName",
mc.lastname AS "clientLastName",
mlaa.overdue_since_date_derived AS "overdueSinceDate",
Expand Down

0 comments on commit 5e7b0ff

Please sign in to comment.