Merge pull request #1605 from jitendra-webkul/jitendra

Issue #1550 fixed
This commit is contained in:
Jitendra Singh 2019-10-11 13:03:43 +05:30 committed by GitHub
commit 10b4fcddd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ return [
'name' => 'order_number_length',
'title' => 'admin::app.admin.system.order-number-length',
'type' => 'text',
'validation' => false,
'validation' => 'numeric',
'channel_based' => true,
'locale_based' => true
],