mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Angebot totals optional only when not empty
This commit is contained in:
parent
33e9465c00
commit
5315817467
@ -4339,7 +4339,7 @@ class Briefpapier extends SuperFPDF {
|
|||||||
$this->Line($differenz_wegen_abstand+5, $this->GetY()+1, 210-$this->getStyleElement('abstand_seitenrandrechts'),$this->GetY()+1);
|
$this->Line($differenz_wegen_abstand+5, $this->GetY()+1, 210-$this->getStyleElement('abstand_seitenrandrechts'),$this->GetY()+1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isset($this->totals['optional'])) {
|
if(!empty($this->totals['optional'])) {
|
||||||
$this->SetFont($this->GetFont(),'',$this->getStyleElement('schriftgroesse_gesamt'));
|
$this->SetFont($this->GetFont(),'',$this->getStyleElement('schriftgroesse_gesamt'));
|
||||||
$this->Ln(2);
|
$this->Ln(2);
|
||||||
$this->Cell_typed($differenz_wegen_abstand,1,'',0);
|
$this->Cell_typed($differenz_wegen_abstand,1,'',0);
|
||||||
|
Loading…
Reference in New Issue
Block a user