Explorar el Código

payment suspension cannot change payment means

CR013B2
Jason Chuang hace 17 horas
padre
commit
2ca380f2dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js

+ 1
- 1
src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js Ver fichero

@@ -750,7 +750,7 @@ const ApplicationDetailCard = (
</Typography>
</FormControl>
</Grid>
{currentApplicationDetailData.paymentMethod!=null && checkPaymentSuspension()?
{currentApplicationDetailData.paymentMethod!=null && !checkPaymentSuspension()?
<Grid item md={3} lg={3}>
<Button
size="small"


Cargando…
Cancelar
Guardar