fixed transaction set contact on request witData ( #39nxc76 )
This commit is contained in:
@ -40,7 +40,7 @@ class Tax extends Form
|
||||
if (! empty($tax_id)) {
|
||||
$this->selected = $tax_id;
|
||||
|
||||
if ($this->taxes->has($tax_id)) {
|
||||
if (! $this->taxes->has($tax_id)) {
|
||||
$tax = Model::find($tax_id);
|
||||
|
||||
$this->taxes->put($tax->id, $tax->name);
|
||||
|
Reference in New Issue
Block a user