Explorar el Código

update label

CR013B2
Jason Chuang hace 1 mes
padre
commit
48c8eb9c57
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      src/pages/GFMIS/SearchForm.js
  2. +1
    -1
      src/pages/Payment/Search_GLD/SearchForm.js

+ 1
- 1
src/pages/GFMIS/SearchForm.js Ver fichero

@@ -187,7 +187,7 @@ const SearchPublicNoticeForm = ({ applySearch, generateXML, searchCriteria, onGr
}}
renderInput={(params) => (
<TextField {...params}
label="Payment Means"
label="Payment Method"
/>
)}
InputLabelProps={{


+ 1
- 1
src/pages/Payment/Search_GLD/SearchForm.js Ver fichero

@@ -245,7 +245,7 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria, onGridReady }) =>
}}
renderInput={(params) => (
<TextField {...params}
label="Payment Means"
label="Payment Method"
/>
)}
InputLabelProps={{


Cargando…
Cancelar
Guardar