Skip to content

Commit 835b954

Browse files
authored
fix import of parts containing shopping information (#594)
1 parent 9770ffa commit 835b954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/PriceInformations/Pricedetail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Pricedetail extends AbstractDBElement implements TimeStampableInterface
7575
/**
7676
* @var BigDecimal The price related to the detail. (Given in the selected currency)
7777
*/
78-
#[Groups(['extended', 'full', 'pricedetail:read', 'pricedetail:write'])]
78+
#[Groups(['extended', 'full', 'import', 'pricedetail:read', 'pricedetail:write'])]
7979
#[ORM\Column(type: 'big_decimal', precision: 11, scale: 5)]
8080
#[BigDecimalPositive]
8181
protected BigDecimal $price;

0 commit comments

Comments
 (0)