Remitance Advice to a Supplier - one payment for multiple invoices

Hello @Macro

Editing the remittance can be achieved by using Advanced Customisation but a Power User Subscription would be required.

You would add this code to the Purchase Payment CSS section

.invoice-items-tbl tbody tr td:nth-of-type(3), .paymap-row td:nth-of-type(3) {
    display: none;
}