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

(-)a/Koha/pdfformat/layout1page.pm (-3 / +2 lines)
Lines 103-110 sub printorders { Link Here
103
        x => 10/mm,
103
        x => 10/mm,
104
        w => ($width - 20)/mm,
104
        w => ($width - 20)/mm,
105
        start_y => 170/mm,
105
        start_y => 170/mm,
106
        next_y  => 170/mm,
106
        next_y  => 280/mm,
107
        start_h => 260/mm,
107
        start_h => 150/mm,
108
        next_h  => 260/mm,
108
        next_h  => 260/mm,
109
        padding => 5,
109
        padding => 5,
110
        padding_right => 5,
110
        padding_right => 5,
111
- 

Return to bug 33340