Merge pull request #4807 from turbo124/v5-develop

Update language files
This commit is contained in:
David Bomba 2021-02-01 09:05:45 +11:00 committed by GitHub
commit 7e7564c085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1090 additions and 342 deletions

View File

@ -54,8 +54,6 @@ class InvitationController extends Controller
->with('contact.client')
->firstOrFail();
nlog($invitation->contact->client->id);
nlog($invitation->invoice->client_id);
/* Return early if we have the correct client_hash embedded */
if (request()->has('client_hash') && request()->input('client_hash') == $invitation->contact->client->client_hash) {

File diff suppressed because it is too large Load Diff