bugfix bestellung ohne preise PDF

This commit is contained in:
OpenXE 2024-01-02 19:18:27 +01:00
parent 0cde94e672
commit 580aef2bf6

View File

@ -302,7 +302,7 @@ class BestellungPDF extends BriefpapierCustom {
}
if($this->bestellungohnepreis) {
$value['preis'] = '-';
$value['preis'] = null;
}
if($value['waehrung']!='' && $value['waehrung']!=$this->waehrung){