Merge pull request 'Reprint not open solved' (#192) from PushMainVM into main

Reviewed-on: Pozomind/pozo-retail-app#192
This commit is contained in:
karthikalakshmi 2026-02-26 18:36:52 +05:30
commit 768eae15a1
3 changed files with 6 additions and 4 deletions

View File

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

View File

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

View File

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