Skip to content

Commit

Permalink
Merge pull request #101 from shoosah/bugfix/change-discount-label
Browse files Browse the repository at this point in the history
Change label of `Discount` to be not class name
  • Loading branch information
wilr authored Nov 26, 2019
2 parents e275f5c + 1ade2a0 commit 32dbc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Discount.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Discount extends DataObject implements PermissionProvider
];

private static $field_labels = [
'DiscountNice' => Discount::class
'DiscountNice' => 'Discount'
];

private static $summary_fields = [
Expand Down

0 comments on commit 32dbc62

Please sign in to comment.