Subversion Repositories wpShopGermany4

Rev

Rev 8214 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8214 Rev 8279
Line 284... Line 284...
284
            $pdf->SetFont('Arial', '', 9);
284
            $pdf->SetFont('Arial', '', 9);
285
            $pdf->setXY($prod_left, $prod_top + $offset + $sum_multi_offset);
285
            $pdf->setXY($prod_left, $prod_top + $offset + $sum_multi_offset);
286
            
286
            
287
            if ($this->get_option('wpsg_mod_rechnungen_anr') == '1') {
287
            if ($this->get_option('wpsg_mod_rechnungen_anr') == '1') {
288
                
288
                
289
                $pdf->Cell(10, 8,  $oOrderProduct->getProduct()->getProductNr(), 0, 0, 'C');
289
                $pdf->Cell(10, 8,  $oOrderProduct->getProduct()->getNr(), 0, 0, 'C');
290
                
290
                
291
            } else {
291
            } else {
292
                
292
                
293
                $pdf->Cell(10, 8, $pnr.".", 0, 0, 'C');
293
                $pdf->Cell(10, 8, $pnr.".", 0, 0, 'C');
294
                
294