0.0.70
This commit is contained in:
parent
6e88a95015
commit
d0780e17d2
@ -2262,7 +2262,6 @@
|
||||
type = 'Paying through cashier'
|
||||
break;
|
||||
}
|
||||
|
||||
if (processed === 'false') {
|
||||
icon = `<svg class="icon pending" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<title>pending</title>
|
||||
@ -2275,6 +2274,7 @@
|
||||
showReportButton.classList.remove('hide')
|
||||
}
|
||||
else{
|
||||
cautionMessage.innerHTML = ``
|
||||
showReportButton.classList.add('hide')
|
||||
icon = `
|
||||
<svg class="icon success" viewBox="0 0 64 64">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user