Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
885ab64c2e | ||
|
|
8624531f78 | ||
|
|
db0c0e7908 | ||
|
|
d77a47765e | ||
|
|
05c0819776 |
@@ -184,6 +184,7 @@ class SuppliersController extends Controller
|
||||
*/
|
||||
public function show($supplierId = null)
|
||||
{
|
||||
$this->authorize('view', Supplier::class);
|
||||
$supplier = Supplier::find($supplierId);
|
||||
|
||||
if (isset($supplier->id)) {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
return array (
|
||||
'app_version' => 'v5.3.9',
|
||||
'full_app_version' => 'v5.3.9 - build 6673-gf5ffda805',
|
||||
'build_version' => '6673',
|
||||
'app_version' => 'v5.3.10',
|
||||
'full_app_version' => 'v5.3.10 - build 6684-g05c081977',
|
||||
'build_version' => '6684',
|
||||
'prerelease_version' => '',
|
||||
'hash_version' => 'gf5ffda805',
|
||||
'full_hash' => 'v5.3.9-52-gf5ffda805',
|
||||
'hash_version' => 'g05c081977',
|
||||
'full_hash' => 'v5.3.10-1-g05c081977',
|
||||
'branch' => 'master',
|
||||
);
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sent' => 'Your password link has been sent!',
|
||||
'sent' => 'Success: If that email address exists in our system, a password recovery email has been sent.',
|
||||
'user' => 'No matching active user found with that email.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user