Hi all

Please help, my TCPDF reports is not working after upgrading to Sugar 5.5, I get an error "There is no action by that name." In my detailview I have a dropdown next to the reports button (TCPDF button) and the code on the button is
PHP Code:
'customCode' => '<select name="tcpdf" style="width: 100px;">
                        <option value="deliveries" selected="selected">Print</option>
                        <option value="email">Email</option>
                <input title="TCPDF" accessKey="" class="button" type="submit" name="TCPDF"
                        onclick="this.form.action.value=\'tcpdfframe\';" value="REPORT">' 
Please help