This commit is contained in:
Pinga 2024-01-23 14:22:14 +02:00
parent aaa2971c4b
commit 25bc76d54e

View file

@ -214,7 +214,7 @@ class ApplicationsController extends Controller
return $response->withHeader('Location', '/application/create')->withStatus(302);
}
$date_add = 12;
$date_add = 0;
$result = $db->selectRow('SELECT accountBalance, creditLimit FROM registrar WHERE id = ?', [$clid]);