View | Details | Raw Unified | Return to bug 18535
Collapse All | Expand All

(-)a/labels/label-edit-profile.pl (-2 / +1 lines)
Lines 50-56 my $units = get_unit_values(); Link Here
50
50
51
if ($op eq 'edit') {
51
if ($op eq 'edit') {
52
    $profile = C4::Labels::Profile->retrieve(profile_id => $profile_id);
52
    $profile = C4::Labels::Profile->retrieve(profile_id => $profile_id);
53
    $template_list = get_all_templates( fields => [ qw( template_id template_code profile_id) ] );
53
    $template_list = get_all_templates( { fields => [ qw( template_id template_code profile_id) ] } );
54
}
54
}
55
elsif ($op eq 'save') {
55
elsif ($op eq 'save') {
56
    my @params = (
56
    my @params = (
57
- 

Return to bug 18535