Reprint not open solved

This commit is contained in:
Your Name 2026-02-26 18:35:46 +05:30
parent 1b9244a787
commit 6052f966a2
3 changed files with 6 additions and 4 deletions

View File

@ -3670,6 +3670,7 @@ const BSC1Payment = (props) => {
<div
className="BSC1Payment-div1-btns"
onClick={handleReprint}
onTouchEnd={handleReprint}
style={{
pointerEvents:
OrderType === 'Failed' ? 'none' : 'auto',

View File

@ -19,6 +19,7 @@ import {
import WebFont from 'webfontloader';
import './PCStandardTable.scss';
import '../../../../Pages/BookingScreen/Components/BSBillingTables/StandardTable/StandardTable.scss';
const PCStandardTable = (props) => {
const SelectedBillColor = useSelector(SelectedGlobalBillingColorDetail);

View File

@ -60,7 +60,7 @@
.cart-title {
font-size: 1.5rem;
font-weight: 500;
font-family: 'Inter', sans-serif;
font-family: "Inter", sans-serif;
}
.cart-badge {
@ -167,7 +167,7 @@
font-weight: 700;
color: #059669;
text-align: right;
font-family: 'Inter', sans-serif;
font-family: "Inter", sans-serif;
}
.delete-action {
@ -269,7 +269,7 @@
cursor: pointer;
transition: all 0.2s;
font-size: 0.775rem;
font-family: 'Inter', sans-serif;
font-family: "Inter", sans-serif;
width: 31%;
svg {
@ -313,7 +313,7 @@
font-weight: 700;
cursor: pointer;
transition: all 0.2s;
font-family: 'Inter', sans-serif;
font-family: "Inter", sans-serif;
svg {
font-size: 1.5rem;