Skip to content

Commit

Permalink
Merge pull request #113 from revoltek-daniel/patch-1
Browse files Browse the repository at this point in the history
Add FIlter for Ordernumber
  • Loading branch information
GSadee authored Dec 13, 2023
2 parents 8a437fb + 4d6f37b commit fb366dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/packages/sylius_grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
'type' => 'date',
'label' => 'commerce_weavers_saferpay.ui.occurred_at',
],
'order' => [
'type' => 'string',
'label' => 'sylius.ui.order',
'options' => [
'fields' => [
'payment.order.number',
],
],
],
],
'actions' => [
'item' => [
Expand Down

0 comments on commit fb366dd

Please sign in to comment.