Fixes issue
33594: Import entry archive should be defined in the log cleanup window
Added log cleanup record for the import entry archive table into reference data
Related to issue
33532: Code review improvements
Set invoiceTaxCashVAT_V variable as private.
Keep getInvoiceTaxCashVAT_V and setInvoiceTaxCashVAT_V methods as deprecated to avoid API change.
Add distinct to setInvoiceTaxCashVAT_V query to avoid retrieve duplicated ids.
Fixes issue
33532: Error posting Cash VAT payment if pays more than one invoice
When trying to post a Cash VAT payment that pays more than one invoice, process was failing and an error was shown. It was caused by a clearing of the session when iterating on the cash vat invoices list. To avoid it, list of cash vat ids are retrieved instead a list of InvoiceTaxCashVAT_V.
Fixes issue
33471: Right invoice amount when Add Payment from Match Statement
Invoice amount is populated when running Add Payment from Add Transaction from Match Statement process, and the amount field is set to invoice's amount instead of to zero when specific invoice is selected.
fixes issue
33814: backed out initialization prevention changes
related to issue
33707: reverting limit removal