mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
fix import of parts containing shopping information (#594)
This commit is contained in:
parent
9770ffa46b
commit
835b954140
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class Pricedetail extends AbstractDBElement implements TimeStampableInterface
|
|||
/**
|
||||
* @var BigDecimal The price related to the detail. (Given in the selected currency)
|
||||
*/
|
||||
#[Groups(['extended', 'full', 'pricedetail:read', 'pricedetail:write'])]
|
||||
#[Groups(['extended', 'full', 'import', 'pricedetail:read', 'pricedetail:write'])]
|
||||
#[ORM\Column(type: 'big_decimal', precision: 11, scale: 5)]
|
||||
#[BigDecimalPositive]
|
||||
protected BigDecimal $price;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue