Skip to content

Commit

Permalink
bug #216 Refund list view fails if CreditMemo entity has been overrid…
Browse files Browse the repository at this point in the history
…den (luca-rath)

This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

d1ae964 Update config.yml
77b07c8 Update src/Resources/config/app/config.yml
7edc2e5 Update config.yml
  • Loading branch information
Zales0123 authored Jan 7, 2021
2 parents e269de2 + 7edc2e5 commit 33cdd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/app/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sylius_grid:
driver:
name: doctrine/orm
options:
class: Sylius\RefundPlugin\Entity\CreditMemo
class: "%sylius_refund.model.credit_memo.class%"
sorting:
number: asc
fields:
Expand Down

0 comments on commit 33cdd26

Please sign in to comment.