mirror of
https://github.com/frappe/books.git
synced 2025-01-09 17:53:56 +00:00
fix: replaced submit & print with pay & print functionality
This commit is contained in:
parent
ea515b9c69
commit
451d9049fc
@ -132,20 +132,6 @@
|
|||||||
|
|
||||||
<div class="grid grid-cols-2 gap-4 bottom-8">
|
<div class="grid grid-cols-2 gap-4 bottom-8">
|
||||||
<div v-if="fyo.singles.POSSettings?.submitInvoice" class="col-span-1">
|
<div v-if="fyo.singles.POSSettings?.submitInvoice" class="col-span-1">
|
||||||
<Button
|
|
||||||
class="w-full bg-red-500 dark:bg-red-700"
|
|
||||||
style="padding: 1.35rem"
|
|
||||||
@click="cancelTransaction()"
|
|
||||||
>
|
|
||||||
<slot>
|
|
||||||
<p class="uppercase text-lg text-white font-semibold">
|
|
||||||
{{ t`Cancel` }}
|
|
||||||
</p>
|
|
||||||
</slot>
|
|
||||||
</Button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-span-1" v-if="fyo.singles.POSSettings?.submitInvoice">
|
|
||||||
<Button
|
<Button
|
||||||
class="w-full bg-violet-500 dark:bg-violet-700"
|
class="w-full bg-violet-500 dark:bg-violet-700"
|
||||||
style="padding: 1.35rem"
|
style="padding: 1.35rem"
|
||||||
|
Loading…
Reference in New Issue
Block a user