mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Fixes for passing client_id into final context
This commit is contained in:
parent
bf22bb9143
commit
2fc309beee
@ -49,6 +49,8 @@ class Methods extends Component
|
||||
|
||||
$this->dispatch('purchase.context', property: 'client_id', value: $contact->client->hashed_id);
|
||||
|
||||
$this->context['client_id'] = $contact->client->hashed_id;
|
||||
|
||||
nlog($this->context);
|
||||
|
||||
$invoice = $this->subscription
|
||||
|
Loading…
Reference in New Issue
Block a user