Preorder: Status can now be changed manually

This commit is contained in:
Frank Schubert
2023-11-07 13:00:29 +01:00
parent bd3489f6e4
commit 79fe0aa00e
18 changed files with 367 additions and 69 deletions

View File

@@ -110,6 +110,10 @@ while($csv = fgetcsv($input, 0, ";")) {
$strasse_name = trim($m[1]);
}
if($hausnummer_extref == "25012392") {
// Zettling 53 is 25011191, would be overwritten with this extref
continue;
}
if($strasse_name == "GST") continue;
if(preg_match('/^L\d+/',$strasse_name) && !$adrcd) continue;