fixed document item update..

This commit is contained in:
Cüneyt Şentürk 2022-02-25 19:53:35 +03:00
parent 76e9eb39be
commit b503815d0d

View File

@ -59,6 +59,12 @@ class DocumentItem extends Model
$model->setTaxIds();
}
);
static::saving(
function ($model) {
$model->offsetUnset('tax_ids');
}
);
}
public function document()