From: Ed W <li...@wi...> - 2006-11-01 15:54:43
|
Hi I am trying to add some extra custom reports to some of the screens. I created bin/mozilla/custom_is.pl with the following content $form->{selectformname} .= qq|<option value="address_labels_a4">|.'Address Labels'; 1; However, this is not affecting the resulting form. I have tested that this works ok to adjust simple things like "copies" - what do I need to do differently to affect the list of available reports? I can't quite figure out where the custom code gets loaded to debug this - any pointers please? Thanks Ed W |