Fixed document tax total calculate issue fixed

This commit is contained in:
Cüneyt Şentürk
2022-06-16 15:22:46 +03:00
parent 60cb7f1364
commit 267fa9c231
4 changed files with 34 additions and 6 deletions

View File

@ -70,7 +70,7 @@
@if (! empty($addNew))
:add-new="{{ json_encode([
'status' => true,
'text' => trans('general.title.new', ['type' => $label ?? '']),
'text' => isset($attributes['add-new-text']) ? $attributes['add-new-text'] : trans('general.title.new', ['type' => $label ?? '']),
'path' => isset($attributes['path']) ? $attributes['path']: false,
'type' => isset($attributes['type']) ? $attributes['type'] : 'modal',
'field' => [