Hi,
When I want to create class extension for displayExchRate in CustInvoiceTable, i got this error.
"Display methods can take only optional arguments, other than the first argument which can be a table."
display CustExchRate displayExchRate(date _date) { #isoCountryRegionCodes CustExchRate s; ; s = next getExchRate(_date); return s; }
Thanks in advance,
Best regards,