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

(-)a/Koha/pdfformat/layout2pagesde.pm (-2 / +1 lines)
Lines 92-98 sub printorders { Link Here
92
            }
92
            }
93
            push( @$arrbasket,
93
            push( @$arrbasket,
94
                $basket->{basketno},
94
                $basket->{basketno},
95
                $titleinfo. ($line->{order_vendornote} ? "\n----------------\nLieferantennotiz : ". $line->{order_vendornote} : '' ),                $line->{quantity},
95
                $titleinfo. ($line->{order_vendornote} ? "\n----------------\nLieferantennotiz : ". $line->{order_vendornote} : '' ),
96
                $line->{quantity},
96
                $line->{quantity},
97
                Koha::Number::Price->new( $line->{rrp_tax_included} )->format,
97
                Koha::Number::Price->new( $line->{rrp_tax_included} )->format,
98
                Koha::Number::Price->new( $line->{discount} )->format . '%',
98
                Koha::Number::Price->new( $line->{discount} )->format . '%',
99
- 

Return to bug 25507