stage #2

Merged
ThaMunsta merged 122 commits from stage into main 2026-01-17 20:10:26 +00:00
Showing only changes of commit 283c2a17df - Show all commits

View File

@@ -67,7 +67,7 @@ if (isset($_POST['client_tax_id_number'])) {
} }
if (isset($_POST['client_abbreviation'])) { if (isset($_POST['client_abbreviation'])) {
$abbreviation = substr(sanitizeInput($_POST['client_abbreviation']), 0, 6); $abbreviation = sanitizeInput(substr($_POST['client_abbreviation'], 0, 6));
} elseif ($client_row) { } elseif ($client_row) {
$abbreviation = $client_row['client_abbreviation']; $abbreviation = $client_row['client_abbreviation'];
} else { } else {