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

(-)a/t/db_dependent/Labels/t_Profile.t (-2 / +1 lines)
Lines 29-35 BEGIN { Link Here
29
my $expected_profile = {
29
my $expected_profile = {
30
        creator         => 'Labels',
30
        creator         => 'Labels',
31
        printer_name    => 'Circulation Desk',
31
        printer_name    => 'Circulation Desk',
32
        template_id     => '',
32
        template_id     => 0,
33
        paper_bin       => 'bypass',
33
        paper_bin       => 'bypass',
34
        offset_horz     => 0,
34
        offset_horz     => 0,
35
        offset_vert     => 0,
35
        offset_vert     => 0,
36
- 

Return to bug 24001