mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 02:38:50 +02:00
Added the basic possibility to import KiCAD BOMs into projects
This commit is contained in:
parent
7abf44e893
commit
bd2559c37b
7 changed files with 389 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue