mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-12 14:51:14 +01:00
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) {
|
if($this->bestellungohnepreis) {
|
||||||
$value['preis'] = '-';
|
$value['preis'] = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($value['waehrung']!='' && $value['waehrung']!=$this->waehrung){
|
if($value['waehrung']!='' && $value['waehrung']!=$this->waehrung){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user