mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
bugfix lageretiketten
This commit is contained in:
parent
c89c36e596
commit
dd713c2286
@ -10519,7 +10519,10 @@ function SendPaypalFromAuftrag($auftrag, $test = false)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if($variables['datum']=="") $variables['datum']=date('d.m.Y');
|
if (is_array($variables)) {
|
||||||
|
if($variables['datum']=="") {
|
||||||
|
$variables['datum']=date('d.m.Y');
|
||||||
|
}
|
||||||
|
|
||||||
if(!empty($variables))
|
if(!empty($variables))
|
||||||
{
|
{
|
||||||
@ -10529,6 +10532,7 @@ function SendPaypalFromAuftrag($auftrag, $test = false)
|
|||||||
$xml = str_replace("{".strtoupper($key)."}",$value,$xml);
|
$xml = str_replace("{".strtoupper($key)."}",$value,$xml);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// y to z wenn Kein PDF -> also nur bei EPL Drucker - 09.06.2019 BS heute auf 0 gestellt bei deutschen adapterboxen eventuell
|
// y to z wenn Kein PDF -> also nur bei EPL Drucker - 09.06.2019 BS heute auf 0 gestellt bei deutschen adapterboxen eventuell
|
||||||
if(0)//$checkpdf!="1")
|
if(0)//$checkpdf!="1")
|
||||||
|
@ -22,6 +22,7 @@ class EtikettenPDF extends SuperFPDF {
|
|||||||
function __construct($app,$projekt="") {
|
function __construct($app,$projekt="") {
|
||||||
$this->app=$app;
|
$this->app=$app;
|
||||||
$this->page_definded=false;
|
$this->page_definded=false;
|
||||||
|
$this->images = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
function SetXML($xml)
|
function SetXML($xml)
|
||||||
|
Loading…
Reference in New Issue
Block a user