Skip to content

Commit

Permalink
Se corrige problemas con la organización del comprobante de IVA para el
Browse files Browse the repository at this point in the history
POS
  • Loading branch information
yamelsenih committed Aug 17, 2023
1 parent e58c38c commit dea8163
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ protected void savePaymentReference(boolean createIfNotExists) {
paymentReferenceToCreate.set_ValueOfColumn("TenderType", MPayment.TENDERTYPE_CreditMemo);
paymentReferenceToCreate.set_ValueOfColumn("Description", Msg.parseTranslation(getContext(), getProcessDescription()));
paymentReferenceToCreate.set_ValueOfColumn("PayDate", order.getDateOrdered());
paymentReferenceToCreate.setAD_Org_ID(order.getAD_Org_ID());
paymentReferenceToCreate.saveEx();
}
}
Expand Down

0 comments on commit dea8163

Please sign in to comment.