Fixed
Details
Details
Assignee
Hideaki Hagiwara
Hideaki HagiwaraReporter
Hideaki Hagiwara
Hideaki HagiwaraComponents
Affects versions
Priority
Created January 26, 2023 at 12:57 PM
Updated March 1, 2023 at 11:50 AM
Resolved January 29, 2023 at 12:58 PM
Hi, I found Null Pointer Exception that is happend creating new GL Journal Line.
How to Reproduce.
Step1: Create New GL Journal and Save.
Step2: Create New GL Journal Line, then display Error dialog.
It cause CalloutGLJournal#rate() method.
And two curious point.
ver9 is no problem. ver10(Master) is occur.
This NPE is occured at (Integer)mTab.getValue("C_ConversionType_ID") line of CalloutGLJournal#rate().
But my development Environment is occured at (Integer)mTab.getValue("C_Currency_ID") line of CalloutGLJournal#rate().
I don't know what is difference between ver9 and ver10. and my development Environment too.
best regards.