Added pipeplanner and lineplanner

This commit is contained in:
Frank Schubert
2021-06-29 21:41:20 +02:00
parent 81b6889627
commit 9d643fdfa2
6 changed files with 82 additions and 41 deletions

View File

@@ -109,6 +109,12 @@ class AddressModel {
if(in_array("lineworker", $at)) {
$in[] = "Addresstype.type = 'lineworker'";
}
if(in_array("pipeplanner", $at)) {
$in[] = "Addresstype.type = 'pipeplanner'";
}
if(in_array("lineplanner", $at)) {
$in[] = "Addresstype.type = 'lineplanner'";
}
if(in_array("netoperator", $at)) {
$in[] = "Addresstype.type = 'netoperator'";
}