mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Add dispatch to set purchase context for contact user
This commit is contained in:
parent
4f4a9fd461
commit
1acaa33ef0
@ -24,6 +24,7 @@ class RFF extends Component
|
|||||||
#[On('passed-required-fields-check')]
|
#[On('passed-required-fields-check')]
|
||||||
public function continue(): void
|
public function continue(): void
|
||||||
{
|
{
|
||||||
|
$this->dispatch('purchase.context', property: 'contact', value: auth()->guard('contact')->user());
|
||||||
$this->dispatch('purchase.next');
|
$this->dispatch('purchase.next');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user