www/prod_print.php

changeset 241
e95d2886f49f
parent 240
a85c1d4c4d12
child 243
b43214d218c0
equal deleted inserted replaced
240:a85c1d4c4d12 241:e95d2886f49f
367 $this->Cell(20,5,sprintf("%8.3f",$cost).EURO,0,0,'R',true); 367 $this->Cell(20,5,sprintf("%8.3f",$cost).EURO,0,0,'R',true);
368 $this->Ln(); 368 $this->Ln();
369 } 369 }
370 370
371 $this->SetFillColor(210,245,255); 371 $this->SetFillColor(210,245,255);
372 $this->Cell($vul+75,5,'',0,0,'L',false); 372 $this->Cell($vul+80,5,'',0,0,'L',false);
373 $this->Cell(20,5,sprintf("%8.3f",$cost_miscs).EURO,0,0,'R',true); 373 $this->Cell(20,5,sprintf("%8.3f",$cost_miscs).EURO,0,0,'R',true);
374 $this->Ln(10); 374 $this->Ln(10);
375 375
376 $this->ProcessingTable=false; 376 $this->ProcessingTable=false;
377 $this->cMargin=$cMargin; 377 $this->cMargin=$cMargin;

mercurial