'cov_selection_internal' => 'cov_selection_internal',
'customer_details' => 'customer_details',
'delivery_customer_selection' => 'delivery_customer_selection',
- 'display_form' => 'display_form',
'display_row' => 'display_row',
'edit_e_mail' => 'edit_e_mail',
'format_dates' => 'format_dates',
parse_args();
opendir DIR, "$bindir" or die "$!";
-my @progfiles = grep { /\.pl$/ && !/(_|^\.)/ } readdir DIR;
+my @progfiles = grep { /\.pl$/ && !/(_custom|^\.)/ } readdir DIR;
seekdir DIR, 0;
-my @customfiles = grep /_/, readdir DIR;
+my @customfiles = grep /_custom/, readdir DIR;
closedir DIR;
# put customized files into @customfiles