Added the basic possibility to import KiCAD BOMs into projects

This commit is contained in:
Jan Böhmer 2023-03-16 00:05:46 +01:00
parent 7abf44e893
commit bd2559c37b
7 changed files with 389 additions and 2 deletions

View file

@ -110,7 +110,8 @@ class ProjectBOMEntry extends AbstractDBElement
public function __construct()
{
$this->price = BigDecimal::zero()->toScale(5);
//$this->price = BigDecimal::zero()->toScale(5);
$this->price = null;
}
/**