Skip to content

Commit

Permalink
Merge pull request #1439 from fiterlatam/SU-536
Browse files Browse the repository at this point in the history
[SU-536]Electronic Invoice - changes
  • Loading branch information
oluexpert99 authored Dec 26, 2024
2 parents 59f6ead + 5e7b0ff commit 62a263d
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 62a263d

Please sign in to comment.