@@ -, +, @@ causes software error --- labels/label-edit-profile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/labels/label-edit-profile.pl +++ a/labels/label-edit-profile.pl @@ -50,7 +50,7 @@ my $units = get_unit_values(); if ($op eq 'edit') { $profile = C4::Labels::Profile->retrieve(profile_id => $profile_id); - $template_list = get_all_templates( fields => [ qw( template_id template_code profile_id) ] ); + $template_list = get_all_templates( { fields => [ qw( template_id template_code profile_id) ] } ); } elsif ($op eq 'save') { my @params = ( --