Address: changed country to country_id with Country table

This commit is contained in:
Frank Schubert
2024-02-20 20:20:48 +01:00
parent c83fc9bcca
commit 20163e6008
20 changed files with 455 additions and 54 deletions

View File

@@ -15,6 +15,8 @@ $me = new User(1);
define("INTERNAL_USER_ID", $me->id);
define("INTERNAL_USER_USERNAME", $me->username);
die("country auf country_id umbauen!");
$folder = __DIR__."/import/";
$csvname = "kunden_ohne_fibunr.csv";
$filename = $folder.$csvname;