Add source to invoice criteria. Modify invoice rules to get service fees from... #1701
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class CustomerUser extends BaseUser
|
||||||
|
|
||||||
// mobile sessions linked to this customer
|
// mobile sessions linked to this customer
|
||||||
/**
|
/**
|
||||||
* @ORM\OneToMany(targetEntity="CustomerSession", mappedBy="customer")
|
* @ORM\OneToMany(targetEntity="CustomerSession", mappedBy="customer_user")
|
||||||
*/
|
*/
|
||||||
protected $sessions;
|
protected $sessions;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue