Przeglądaj źródła

fix pending payment deadline

CR003
Alex Cheung 1 rok temu
rodzic
commit
53ac90879b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/PendingPaymentTab.js

+ 1
- 1
src/pages/PublicNotice/ListPanel/PendingPaymentTab.js Wyświetl plik

@@ -225,7 +225,7 @@ export default function SubmittedTab({ setCount, url }) {
<div>
<FormattedMessage id={utils.getPaymentMethod(params.row.paymentMethod)} /><br />
<div>
{dateStr(params.row.closingDateOff)}
{dateStr(params.row.closingDate)}
{params.row.paymentMethod=="online" ? " 2:00pm"
:params.row.paymentMethod=="demandNote" ? " 12:00pm"
: " 12:30pm"}


Ładowanie…
Anuluj
Zapisz