fix: approve balance in loan

This commit is contained in:
2025-12-26 13:48:49 +05:30
parent 1a57f18d40
commit 6c153b6421
5 changed files with 85 additions and 31 deletions

View File

@@ -166,6 +166,7 @@ function LoginEmandate() {
data: localStorage.getItem("Emendate_data"),
mandateRequest: localStorage.getItem("Emendate_req_doc"),
mandateType: localStorage.getItem("Emendate_type"),
// customer_no:CIF
}),
});
const result = await response.json();