Checks to print not showing.

Issue No: GL-5638
Created 10/21/2014 2:18:01 AM
Type Bug
Priority Major
Status Closed
Resolution Fixed
Fixed Version TBD
Description {noformat} var printChecks = Ext.create('CashManagement.common.ChequePrintManager',\{ intTransactionType : bankTransactionTypes.AP_PAYMENT.Value, intBankAccountId : bankId, // (Required) The bank account id to generate the check. strTransactionId : transactionId, // (Optional) Show only the transaction to print the checks. strBatchId : null \}); printChecks.show(\{ callback: function(success, eOpts)\{\} \})'{noformat} Code above is the code used.