mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 14:10:28 +01:00
Bugfixes adresse
This commit is contained in:
parent
f1c0a10017
commit
bc3cbb173e
@ -4440,19 +4440,21 @@ url:strUrl, success:function(html){strReturn = html;}, async:false
|
||||
$heading[$startindex]="Menü";
|
||||
$findcols[$startindex]="b.menu";
|
||||
|
||||
if (!is_null($tmpsql)) {
|
||||
$tmpsqlstring = implode(',',$tmpsql);
|
||||
}
|
||||
|
||||
if($tmpsqlstring!="")$tmpsqlstring .=",";
|
||||
}
|
||||
|
||||
|
||||
if (!is_null($tmp_or)) {
|
||||
|
||||
if(count($tmp_or)>0)
|
||||
{
|
||||
$tmp = "AND (".implode(' or ',$tmp_or).")";
|
||||
}
|
||||
|
||||
|
||||
if(count($tmp_or)>0)
|
||||
{
|
||||
$tmp = "AND (".implode(' or ',$tmp_or).")";
|
||||
}
|
||||
}
|
||||
|
||||
//auftrag
|
||||
if($fauftrag && $this->app->erp->RechteVorhanden('auftrag','list')){
|
||||
|
@ -18022,10 +18022,12 @@ function SendPaypalFromAuftrag($auftrag, $test = false)
|
||||
}
|
||||
// wenn ziel formular
|
||||
|
||||
//return $abkuerzung;
|
||||
if($value == round($value, 2)) {
|
||||
return number_format((float)$value,2,',','');
|
||||
}
|
||||
if ($value != "") {
|
||||
//return $abkuerzung;
|
||||
if($value == round($value, 2)) {
|
||||
return number_format((float)$value,2,',','');
|
||||
}
|
||||
}
|
||||
|
||||
return rtrim(str_replace('.',',',$value),'0');
|
||||
}
|
||||
|
13000
www/pages/adresse.php
13000
www/pages/adresse.php
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user