ok
This commit is contained in:
@@ -270,6 +270,7 @@ export default function Invoice({ shopId, setModal, table, sendParam, deviceType
|
||||
textareaRef.current.value,
|
||||
socketId
|
||||
);
|
||||
localStorage.removeItem('lastTransaction')
|
||||
}
|
||||
else
|
||||
|
||||
@@ -459,7 +460,7 @@ export default function Invoice({ shopId, setModal, table, sendParam, deviceType
|
||||
{transactionData.payment_type != 'paylater' ?
|
||||
<>
|
||||
<div onClick={() => setModal('transaction_item', { transactionId: transactionData.transactionId })} className={styles.AddedLastTransaction}>
|
||||
Pesanan akan ditambahkan ke transaksi sebelumnya
|
||||
Pembayaran akan ditambahkan ke transaksi sebelumnya
|
||||
</div>
|
||||
<div className={styles.CancelAddedLastTransaction} onClick={() => { window.location.reload(); localStorage.removeItem('lastTransaction') }}>
|
||||
<svg
|
||||
|
||||
Reference in New Issue
Block a user