Also never use `parseInt(lineid)` without radix......
# suitescript
a
Also never use
parseInt(lineid)
without radix... should be
parseInt(lineid,10)