Merge pull request #1630 from jitendra-webkul/jitendra

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

View File

@ -36,7 +36,7 @@ class DownloadableProductDataGrid extends DataGrid
$this->addColumn([
'index' => 'increment_id',
'label' => trans('shop::app.customer.account.downloadable_products.order-id'),
'type' => 'number',
'type' => 'string',
'searchable' => false,
'sortable' => true,
'filterable' => true