fixed transaction set contact on request witData ( #39nxc76 )

This commit is contained in:
Cüneyt Şentürk
2022-08-05 11:01:41 +03:00
parent deaca4c9fa
commit 7a07a7512a
5 changed files with 49 additions and 1 deletions

View File

@ -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);