[fix:] missing fields from the merge
This commit is contained in:
@@ -179,7 +179,7 @@ public class KasPerson
|
||||
public string funktionad { get; set; }
|
||||
|
||||
public string used_plz { get; set; } = "";
|
||||
|
||||
|
||||
public static void SetUsedPLZ(int id, string plz)
|
||||
{
|
||||
foreach (var set in Settings._instance.addressSets.addresses)
|
||||
@@ -194,7 +194,7 @@ public class KasPerson
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static int GenerateNewID(int base_id)
|
||||
{
|
||||
//var newid = 100000 + base_id;
|
||||
|
||||
Reference in New Issue
Block a user