mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Remove last_login from migration array of clients
This commit is contained in:
parent
536c9c4a82
commit
0ffa9a971d
@ -163,7 +163,6 @@ class StepsController extends BaseController
|
||||
'country_id' => $client->country_id,
|
||||
'phone' => $client->work_phone,
|
||||
'private_notes' => $client->private_notes,
|
||||
'last_login' => $client->last_login,
|
||||
'website' => $client->website,
|
||||
'industry_id' => $client->industry_id,
|
||||
'size_id' => $client->size_id,
|
||||
|
Loading…
Reference in New Issue
Block a user