mirror of
https://github.com/itflow-org/itflow
synced 2026-09-16 03:35:12 +00:00
Display Phone number Country Codes
This commit is contained in:
@@ -14,7 +14,7 @@ $vendor_description = escapeHtml($row['vendor_template_description']);
|
||||
$vendor_account_number = escapeHtml($row['vendor_template_account_number']);
|
||||
$vendor_contact_name = escapeHtml($row['vendor_template_contact_name']);
|
||||
$vendor_phone_country_code = intval($row['vendor_template_phone_country_code']);
|
||||
$vendor_phone = formatPhoneNumber($row['vendor_template_phone'], $vendor_phone_country_code);
|
||||
$vendor_phone = formatPhoneNumber($row['vendor_template_phone'], $vendor_phone_country_code, false);
|
||||
$vendor_extension = escapeHtml($row['vendor_template_extension']);
|
||||
$vendor_email = escapeHtml($row['vendor_template_email']);
|
||||
$vendor_website = escapeHtml($row['vendor_template_website']);
|
||||
|
||||
Reference in New Issue
Block a user