mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
parent
082cd16486
commit
2ac45fd869
2 changed files with 7 additions and 0 deletions
|
@ -113,6 +113,7 @@ class Orderdetail extends AbstractDBElement implements TimeStampableInterface, N
|
||||||
* @var Supplier
|
* @var Supplier
|
||||||
* @ORM\ManyToOne(targetEntity="App\Entity\Parts\Supplier", inversedBy="orderdetails")
|
* @ORM\ManyToOne(targetEntity="App\Entity\Parts\Supplier", inversedBy="orderdetails")
|
||||||
* @ORM\JoinColumn(name="id_supplier", referencedColumnName="id")
|
* @ORM\JoinColumn(name="id_supplier", referencedColumnName="id")
|
||||||
|
* @Assert\NotNull(message="validator.orderdetail.supplier_must_not_be_null")
|
||||||
*/
|
*/
|
||||||
protected $supplier;
|
protected $supplier;
|
||||||
|
|
||||||
|
|
|
@ -221,5 +221,11 @@
|
||||||
<target>You must select an attachment type!</target>
|
<target>You must select an attachment type!</target>
|
||||||
</segment>
|
</segment>
|
||||||
</unit>
|
</unit>
|
||||||
|
<unit id="cDDVrWT" name="validator.orderdetail.supplier_must_not_be_null">
|
||||||
|
<segment>
|
||||||
|
<source>validator.orderdetail.supplier_must_not_be_null</source>
|
||||||
|
<target>You must select an supplier!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue