bill item price issue solved..

This commit is contained in:
Cüneyt Şentürk
2020-12-28 17:17:42 +03:00
parent db0d424de2
commit 5b7d70fae7
3 changed files with 44 additions and 8 deletions

View File

@ -80,7 +80,11 @@
@stack('add_item_td_start')
<tr id="addItem">
<td class="text-right border-bottom-0" colspan="{{ '7' }}">
<x-select-item-button type="{{ $type }}" />
<x-select-item-button
type="{{ $type }}"
is-sale="{{ $isSalePrice }}"
is-purchase="{{ $isPurchasePrice }}"
/>
</td>
</tr>
@stack('add_item_td_end')