@@ -, +, @@ --- /usr/share/koha/intranet/cgi-bin/patroncards/edit-template.pl 50 if ($op eq 'edit') { 51 $card_template = C4::Patroncards::Template->retrieve(template_id => $template_id); 52 $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'};