Skip to content

Commit

Permalink
fix: Payment Allocation form doc type on payments. (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt authored Dec 24, 2024
1 parent 4f16680 commit c6c4440
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 c6c4440

Please sign in to comment.