Jersey-Electricity-plc / jwissues

Hold issues/questions/improvements for the Jenworks conversion
0 stars 0 forks source link

Till Float/TopUp Header Page - Post #59

Open tscottjendev opened 1 year ago

tscottjendev commented 1 year ago

page 9096417 "JW Till Float/Top Up Header" The Post action has code that will never be reached as the TillID variable is never initialized.

                            if TillRec2.Get(TillId) then                                           //#02 (-)
                                Report.Run(Report::"JW Till TopUp Statement", false, true, StatementRec);

https://github.com/Jersey-Electricity-plc/JWConversion/blob/d42064a0a188b01d6d4936116e62577ce02cc24c/Jenworks/src/Page/JWTillFloatTopUpHeader.Page.al#L107C29-L108C106