Do not set a default client country

This commit is contained in:
David Bomba 2021-11-18 20:55:01 +11:00
parent ca9f75ab03
commit b88b410c1c

View File

@ -28,7 +28,7 @@ class ClientFactory
$client->public_notes = '';
$client->balance = 0;
$client->paid_to_date = 0;
$client->country_id = 4;
// $client->country_id = 4;
$client->is_deleted = 0;
$client->client_hash = Str::random(40);
$client->settings = ClientSettings::defaults();