52 |
$profile_list = get_all_profiles({ fields => [ qw( profile_id printer_name paper_bin ) ], filters => {template_id => [ $template_id, '' ]} } ); |
52 |
$profile_list = get_all_profiles({ fields => [ qw( profile_id printer_name paper_bin ) ], filters => {template_id => [ $template_id, '' ]} } ); |
55 |
my @params = ( profile_id => scalar $cgi->param('profile_id') || '0', |
56 |
my @params = ( profile_id => scalar $cgi->param('profile_id') || '0', |