@@ -, +, @@ --- patroncards/edit-template.pl | 1 + 1 file changed, 1 insertion(+) --- a/patroncards/edit-template.pl +++ a/patroncards/edit-template.pl @@ -50,6 +50,7 @@ my $units = get_unit_values(); if ($op eq 'edit') { $card_template = C4::Patroncards::Template->retrieve(template_id => $template_id); $profile_list = get_all_profiles({ fields => [ qw( profile_id printer_name paper_bin ) ], filters => {template_id => [ $template_id, '' ]} } ); + push @$profile_list, {paper_bin => 'N/A', profile_id => 0, printer_name => 'No Profile'}; } elsif ($op eq 'save') { my @params = ( profile_id => scalar $cgi->param('profile_id') || '0', --