mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
minor fixes
This commit is contained in:
parent
1b999dd7d9
commit
b749d07be8
@ -933,7 +933,6 @@ class CheckData extends Command
|
||||
|
||||
});
|
||||
|
||||
|
||||
Invoice::withTrashed()
|
||||
->where("partial", 0)
|
||||
->whereNotNull("partial_due_date")
|
||||
@ -967,7 +966,6 @@ class CheckData extends Command
|
||||
|
||||
});
|
||||
|
||||
|
||||
CompanyUser::whereDoesntHave('user')
|
||||
->cursor()
|
||||
->when(Ninja::isHosted())
|
||||
@ -977,8 +975,6 @@ class CheckData extends Command
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
$cus = CompanyUser::withTrashed()
|
||||
->whereHas("user", function ($query) {
|
||||
$query->whereColumn("users.account_id", "!=", "company_user.account_id");
|
||||
|
Loading…
Reference in New Issue
Block a user