Fix Printer unit tests

This commit is contained in:
Romain Neutron
2012-01-26 13:53:45 +01:00
parent 3762088028
commit 006eb30d1a
3 changed files with 24 additions and 16 deletions

View File

@@ -270,7 +270,7 @@ class PDF
$y = $this->pdf->GetY();
$t = phrasea::bas_names($rec->get_base_id());
$t = \phrasea::bas_names($rec->get_base_id());
$this->pdf->SetFont(PhraseaPDF::FONT, '', 10);
$this->pdf->SetFillColor(220, 220, 220);
$this->pdf->SetLeftMargin($lmargin);