Missing first transaction on Smile
|
|
I'm finding that the first transaction on each statement is getting missed on my Smile account. I fixed this by changing:
{ startRow = 35
to:
{ startRow = 34; Note that this is the first time I've used GreaseMonkey so this might break other things horribly..... |