bugfix bestellung ohne preise PDF
This commit is contained in:
parent
0cde94e672
commit
580aef2bf6
|
|
@ -302,7 +302,7 @@ class BestellungPDF extends BriefpapierCustom {
|
|||
}
|
||||
|
||||
if($this->bestellungohnepreis) {
|
||||
$value['preis'] = '-';
|
||||
$value['preis'] = null;
|
||||
}
|
||||
|
||||
if($value['waehrung']!='' && $value['waehrung']!=$this->waehrung){
|
||||
|
|
|
|||
Loading…
Reference in New Issue