fixed document item update..
This commit is contained in:
parent
76e9eb39be
commit
b503815d0d
@ -59,6 +59,12 @@ class DocumentItem extends Model
|
||||
$model->setTaxIds();
|
||||
}
|
||||
);
|
||||
|
||||
static::saving(
|
||||
function ($model) {
|
||||
$model->offsetUnset('tax_ids');
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
public function document()
|
||||
|
Loading…
x
Reference in New Issue
Block a user