Ver a proveniência

update submit date to payment date

CR013B2
Jason Chuang há 23 horas
ascendente
cometimento
6d29b27b4d
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/pages/Report/Summary/SummaryForm.js

+ 2
- 2
src/pages/Report/Summary/SummaryForm.js Ver ficheiro

@@ -207,7 +207,7 @@ const SummaryForm = ({ searchCriteria, issueComboData}) => {
}
}}
format="DD/MM/YYYY"
label={"Submit Date (From)"}
label={"Payment Date (From)"}
value={minDate === null ? null : dayjs(minDate)}
maxDate={maxDate === null ? null : dayjs(maxDate)}
onChange={(newValue) => {
@@ -234,7 +234,7 @@ const SummaryForm = ({ searchCriteria, issueComboData}) => {
}
}}
format="DD/MM/YYYY"
label={"Submit Date (To)"}
label={"Payment Date (To)"}
value={maxDate === null ? null : dayjs(maxDate)}
minDate={minDate === null ? null : dayjs(minDate)}
onChange={(newValue) => {


Carregando…
Cancelar
Guardar