Fixed some exceptions introduced earlier.

This commit is contained in:
Jan Böhmer 2022-09-21 12:31:32 +02:00
parent 58ada496e4
commit c2c768b151
5 changed files with 6 additions and 10 deletions

View file

@ -85,7 +85,7 @@ trait OrderTrait
*
* @ColumnSecurity(prefix="order", type="object")
*/
protected Orderdetail $order_orderdetail;
protected ?Orderdetail $order_orderdetail = null;
/**
* Get the selected order orderdetails of this part.