Bugfixes artikel

This commit is contained in:
Xenomporio
2022-05-26 21:51:59 +02:00
parent 071601fa35
commit cd647bd6ba
3 changed files with 15 additions and 8 deletions
+4 -1
View File
@@ -8541,7 +8541,10 @@ a.land as land, p.abkuerzung as projekt, a.zahlungsweise as zahlungsweise,
$more_data4 = $this->app->Secure->GetGET("more_data4");
if($more_data4=="1") $subwhere[] = " v.adresse = 0 AND v.gruppe=0 ";
for ($j = 0;$j < count($subwhere);$j++) $tmp.= " AND " . $subwhere[$j];
if (!is_null($subwhere))
{
for ($j = 0;$j < count($subwhere);$j++) $tmp.= " AND " . $subwhere[$j];
}
if ($more_data1 == 1)
$where = "v.artikel='$id' AND v.geloescht = 0 ".$tmp;