Part-DB / Part-DB-server

Part-DB is an Open source inventory management system for your electronic components
https://docs.part-db.de/
GNU Affero General Public License v3.0
782 stars 88 forks source link

fix import of parts containing shopping information #594

Closed hkleen closed 2 months ago

hkleen commented 2 months ago

This fixes the import violation occurring whenever a part containing shopping information is imported. This closes #591.

jbtronics commented 2 months ago

This looks good. I think that is a left over from when there was no denormalizer for BigDecimal implemented.

Thank you