|
|
@ -207,7 +207,7 @@
|
|
|
|
if ($item->OPN_accountStatus !== 'recorded') {
|
|
|
|
if ($item->OPN_accountStatus !== 'recorded') {
|
|
|
|
$send_class = 'btn-danger';
|
|
|
|
$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';
|
|
|
|
$send_class = 'btn-danger';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if ($item->OPN_noticeSendStatus === 'closed') {
|
|
|
|
if ($item->OPN_noticeSendStatus === 'closed') {
|
|
|
|