This commit is contained in:
2024-11-27 12:55:29 +05:00
parent 8adb96549c
commit 945c1009f0

View File

@@ -3,7 +3,7 @@ function csrf_token()
return document.querySelector('meta[name="csrf-token"]')?.getAttribute('content');
}
async function fetchLoanRemaining(containerID, passport_serie, passport_id) {
async function fetchLoanRemaining(containerID, passport_serie, passport_id, account_number) {
if (! passport_serie || ! passport_id || ! account_number) {
Nova.error('Maglumat ýetmezçiligi bar');
return;