Skip to content

Commit

Permalink
Merge pull request #8650 from shivendra-webkul/issue_8648
Browse files Browse the repository at this point in the history
fixed issue #8648
  • Loading branch information
jitendra-webkul committed Oct 17, 2023
2 parents e27577e + 9a8c4cb commit 8729adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Webkul/Shop/src/DataGrids/OrderDataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function prepareColumns()
$this->addColumn([
'index' => 'created_at',
'label' => trans('shop::app.customers.account.orders.order-date'),
'type' => 'datetime_range',
'type' => 'date_range',
'searchable' => true,
'sortable' => true,
'filterable' => true,
Expand Down

0 comments on commit 8729adc

Please sign in to comment.