forked from Wavyzz/dolibarr
Rely on MAIN_INVERT_SENDER_RECIPIENT
This commit is contained in:
@@ -750,7 +750,7 @@ class pdf_standard extends ModeleExpenseReport
|
||||
$pdf->SetTextColor(0, 0, 60);
|
||||
|
||||
// Show sender information
|
||||
if (empty($conf->global->EXPENSEREPORT_INVERT_SENDER_RECIPIENT)) {
|
||||
if (empty($conf->global->MAIN_INVERT_SENDER_RECIPIENT)) {
|
||||
$pdf->SetXY($posx+2, $posy+3);
|
||||
$pdf->SetFont('', 'B', $default_font_size);
|
||||
$pdf->MultiCell(80, 4, $outputlangs->convToOutputCharset($this->emetteur->name), 0, 'L');
|
||||
|
||||
Reference in New Issue
Block a user