2 Commits

2 changed files with 2 additions and 2 deletions
Unified View
  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 View File

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


+ 1
- 1
src/pages/Payment/Search_GLD/SearchForm.js View File

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


Loading…
Cancel
Save