Skip to content

Commit

Permalink
Merge branch 'develop' into feature/solop-develop/spuy
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed Dec 24, 2024
2 parents 9f4b29c + c6c4440 commit 6b18202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ private ListPaymentsResponse.Builder listPayments(ListPaymentsRequest request) {
recordCount++;

DocumentType.Builder documentTypeBuilder = convertDocumentType(
rs.getInt(I_C_Invoice.COLUMNNAME_C_DocTypeTarget_ID)
rs.getInt(I_C_Payment.COLUMNNAME_C_DocType_ID)
);
Organization.Builder organizationBuilder = convertOrganization(
rs.getInt(I_AD_Org.COLUMNNAME_AD_Org_ID)
Expand Down

0 comments on commit 6b18202

Please sign in to comment.