Document discount calculate issue fixed ( #31zyb44 )

This commit is contained in:
Cüneyt Şentürk
2022-06-16 12:37:15 +03:00
parent 9a00e07462
commit 326d2ae875
2 changed files with 34 additions and 3 deletions

View File

@ -106,7 +106,7 @@
</button>
</div>
<x-form.group.number name="pre_discount" id="pre-discount" form-group-class="-mt-1" v-model="form.discount" @input="onAddTotalDiscount" />
<x-form.group.text name="pre_discount" id="pre-discount" form-group-class="-mt-1" v-model="form.discount" @input="onAddTotalDiscount" />
</div>
</td>