mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-03-03 13:29:24 +01:00
hide created but not yet released auftraege
This commit is contained in:
parent
f5565f54a2
commit
744a3b0566
@ -450,6 +450,10 @@ class Auftrag extends GenAuftrag
|
|||||||
|
|
||||||
if ($tmp != "" && !$ignore) $tmp.= " AND a.status='freigegeben' ";
|
if ($tmp != "" && !$ignore) $tmp.= " AND a.status='freigegeben' ";
|
||||||
|
|
||||||
|
if ($tmp == "") {
|
||||||
|
$tmp = " AND a.status != 'angelegt' ";
|
||||||
|
}
|
||||||
|
|
||||||
// ENDE EXTRA more
|
// ENDE EXTRA more
|
||||||
$where = " a.id!='' $tmp " . $this->app->erp->ProjektRechte('a.projekt', true, 'a.vertriebid');
|
$where = " a.id!='' $tmp " . $this->app->erp->ProjektRechte('a.projekt', true, 'a.vertriebid');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user