stage #2
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user