Print Checks is not showing from Menu.

Issue No: GL-5803
Created 10/16/2014 5:34:33 AM
Type Bug
Priority Major
Status Closed
Resolution Fixed
Fixed Version TBD
Description This is the code i used.   {noformat} var me = this, bankTransactionTypes = CashManagement.common.BusinessRules.BankTransactionTypes; var printChecks = Ext.create('CashManagement.common.ChequePrintManager',\{ intTransactionType : bankTransactionTypes.AP_PAYMENT.Value \}); printChecks.show();{noformat}