mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 03:08:51 +02:00
Show MPN and manufacturer link on part info page.
This commit is contained in:
parent
d22f9da1f0
commit
59c981ad0d
2 changed files with 11 additions and 2 deletions
|
@ -232,6 +232,7 @@ class Part extends AttachmentContainingDBElement
|
|||
/**
|
||||
* @var string
|
||||
* @ORM\Column(type="string")
|
||||
* @Assert\Url()
|
||||
* @ColumnSecurity(prefix="manufacturer", type="string", placeholder="")
|
||||
*/
|
||||
protected $manufacturer_product_url = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue