Browse Source

GET_SEND_OVERDUE_CREDITOR_LIST

CR003
Anna Ho 1 year ago
parent
commit
0c0b97456f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/Organization/DetailPage/OrganizationCard.js

+ 1
- 1
src/pages/Organization/DetailPage/OrganizationCard.js View File

@@ -233,7 +233,7 @@ const OrganizationCard = ({ userData, loadDataFun, id, setEditModeFun }) => {
const sendDn_terminationOfCredit = () => { const sendDn_terminationOfCredit = () => {
setNonCreditorConfirmPopUp(false); setNonCreditorConfirmPopUp(false);
HttpUtils.get({ HttpUtils.get({
url: UrlUtils.GET_SEND_TERMINATION_OF_CREDIT + "/" + id,
url: UrlUtils.GET_SEND_OVERDUE_CREDITOR_LIST + "/" + id,
onSuccess: () => { onSuccess: () => {
loadDataFun(); loadDataFun();
} }


Loading…
Cancel
Save