Kaynağa Gözat

payment suspension cannot change payment means

CR013B2
Jason Chuang 18 saat önce
ebeveyn
işleme
2ca380f2dc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js

+ 1
- 1
src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js Dosyayı Görüntüle

@@ -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"


Yükleniyor…
İptal
Kaydet