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