Bugfixes adresse

This commit is contained in:
Xenomporio
2022-05-23 18:04:57 +02:00
parent f1c0a10017
commit bc3cbb173e
3 changed files with 6516 additions and 6508 deletions
+8 -6
View File
@@ -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')){