Explorar el Código

GET_SEND_OVERDUE_CREDITOR_LIST

CR003
Anna Ho hace 1 año
padre
commit
0c0b97456f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/Organization/DetailPage/OrganizationCard.js

+ 1
- 1
src/pages/Organization/DetailPage/OrganizationCard.js Ver fichero

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


Cargando…
Cancelar
Guardar