Do not set a default client country
This commit is contained in:
parent
ca9f75ab03
commit
b88b410c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue