mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Pass 'client_postal_code' when emitting 'passed-required-field-check'
This commit is contained in:
parent
cfe8b3f3c4
commit
3764389e04
@ -88,7 +88,9 @@ class RequiredClientInfo extends Component
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($this->updateClientDetails($data)) {
|
if ($this->updateClientDetails($data)) {
|
||||||
$this->emit('passed-required-fields-check');
|
$this->emit('passed-required-fields-check', [
|
||||||
|
'client_postal_code' => $this->contact->client->postal_code,
|
||||||
|
]);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user