Voucher tab on Manual Customer Invoice freezes Hello, We’re using IFS 9. We’re able to enter a Manual Customer Invoice with no problems. However, after the invoice is saved, clicking on the Voucher tab always causes the IFS application to freeze up: It does eventually unfreeze and display the vouchers, but it takes around 5 to 6 minutes. The debug console shows the time is being taken by one query running two times: The query is: select OBJID, OBJVERSION, INVOICE_ID, OPTIONAL_CODE, QUANTITY, AMOUNT, ACC_CURR_AMOUNT, THIRD_AMOUNT, TEXT, COMPANY, IDENTITY, PARTY_TYPE, VOUCHER_COMPANY, CODE_A, Decode(Code_A,NULL,NULL,IFSAPP.Text_Field_Translation_API.Get_Text(voucher_company, 'CODEA', Code_A)), Decode(Code_A,NULL,'SSSSSSSSSS',IFSAPP.Invoice_Library_API.Get_Editable_Codeparts(voucher_company, 'CODEA')), CODE_B, Decode(Code_B,NULL,NULL,IFSAPP.Text_Field_Translation_API.Get_Text(voucher_company, 'CODEB', Code_B)), CODE_C, CODE_D, Decode(Code_D,NULL,NULL,IFSAPP.Text_Field_Translation_API.Get_Text(voucher_company, 'CODED', Code_D)), CODE_E