mirror of
https://github.com/itflow-org/itflow
synced 2026-07-31 20:57:15 +00:00
Replace Function shortenClient() with shortenClientName()
This commit is contained in:
@@ -10,7 +10,7 @@ $net_terms = intval($_POST['net_terms'] ?? $config_default_net_terms);
|
||||
$tax_id_number = cleanInput($_POST['tax_id_number'] ?? '');
|
||||
$abbreviation = cleanInput($_POST['abbreviation'] ?? '');
|
||||
if (empty($abbreviation)) {
|
||||
$abbreviation = shortenClient($name);
|
||||
$abbreviation = shortenClientName($name);
|
||||
}
|
||||
$notes = cleanInput($_POST['notes'] ?? '');
|
||||
$lead = intval($_POST['lead'] ?? 0);
|
||||
|
||||
Reference in New Issue
Block a user