For Procedure 1.2 (Test_procedures_1, procedure 2), there is a print line (line 37) that says:
writer.writerow(['Amounts of following %a journal entries do not match their amounts in Log File:' %(len(In_LOG_not_in_GL))])
I don't think this is accurate, since we're not comparing the Amount of the JE, just the JE_ID.
For Procedure 1.2 (Test_procedures_1, procedure 2), there is a print line (line 37) that says:
I don't think this is accurate, since we're not comparing the Amount of the JE, just the JE_ID.