|
@@ -450,7 +450,7 @@ class RecordOUT extends Component
|
|
|
session()->flash('error','Movimento non trovato');
|
|
session()->flash('error','Movimento non trovato');
|
|
|
} else {
|
|
} else {
|
|
|
$this->member_id = $record->member_id;
|
|
$this->member_id = $record->member_id;
|
|
|
- $this->parent = $record->member->parent;
|
|
|
|
|
|
|
+ $this->parent = $record->member?->parent;
|
|
|
$this->supplier_id = $record->supplier_id;
|
|
$this->supplier_id = $record->supplier_id;
|
|
|
//$this->causal_id = $record->causal_id;
|
|
//$this->causal_id = $record->causal_id;
|
|
|
$this->payment_method_id = $record->payment_method_id;
|
|
$this->payment_method_id = $record->payment_method_id;
|