Preorder: Status can now be changed manually
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user