From 82e46d30c4d79088fd7223c9f60afc93eb556f25 Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 21 Jun 2019 11:47:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E7=8A=B6=E6=80=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/views/payment_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/pay/views/payment_list.php b/webht/third_party/pay/views/payment_list.php index 14a20a8f..87fcf563 100644 --- a/webht/third_party/pay/views/payment_list.php +++ b/webht/third_party/pay/views/payment_list.php @@ -207,7 +207,7 @@ if ($item->OPN_accountStatus !== 'recorded') { $send_class = 'btn-danger'; } - if ($item->OPN_noticeSendStatus !== 'send' || substr($item->OPN_noticeSendStatus, 0, 5) !== 'send-') { + if ($item->OPN_noticeSendStatus !== 'send' && substr($item->OPN_noticeSendStatus, 0, 5) !== 'send-') { $send_class = 'btn-danger'; } if ($item->OPN_noticeSendStatus === 'closed') {