Fixes #4011 - do not send email to user on license checkout

This commit is contained in:
snipe
2017-09-29 02:00:49 -07:00
parent 7fe2a1f802
commit faf3802971
2 changed files with 29 additions and 26 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ class LicensesController extends Controller
// Declare the rules for the form validation
$rules = [
'note' => 'string',
'note' => 'string|nullable',
'asset_id' => 'required_without:assigned_to',
];