Show MPN and manufacturer link on part info page.

This commit is contained in:
Jan Böhmer 2019-09-02 18:53:31 +02:00
parent d22f9da1f0
commit 59c981ad0d
2 changed files with 11 additions and 2 deletions

View file

@ -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 = '';