Browse Source

payment suspension cannot change payment means

CR013B2
Jason Chuang 7 hours ago
parent
commit
2ca380f2dc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js

+ 1
- 1
src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js View File

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


Loading…
Cancel
Save