Hi Team,
In AR - Inquiries / Report - Invoice - Invoice Journal - Original Preview

Got the below error

Yesterday, The report was working perfectly but today I don't know why this happened suddenly. I debugged that issue and found
the class "ExchangeRateCalculation" and method - validateFromCurrency()
The parmFromCurrency is coming NULL
private void validateFromCurrency()
{
if (strlen(this.parmFromCurrency()) == 0)
{
// A currency to convert from is required to retrieve exchange rate information.
this.handleError("@SYS321714", #NoFromCurrencyProvided);
}
}
Kindly let me know why the value is coming NULL and how to resolve this. is there any setup issue?
Kindly elaborate pls
Pls give me more shed on this.
thanks!