Fixed not finding some specific addresses

This commit is contained in:
Frank Schubert
2023-01-10 13:09:53 +01:00
parent ec9e02a68d
commit 4ed37fa88e
2 changed files with 14 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ foreach(NetworkModel::search(['name%' => 'RML Liezen%']) as $network) {
'from' => 1673305200 ,
'to' => 1988150399,
'required_preorder_fields' => json_encode(["contact_type"]),
'district_is_city' => 0,
'district_is_city' => 1,
'exist_is_error' => 1,
'require_connectiontype' => 1,
'allow_unit_update' => 1,