diff --git a/app/contacts/contact_edit.php b/app/contacts/contact_edit.php index 6f0bbb63a3..cbbed05092 100644 --- a/app/contacts/contact_edit.php +++ b/app/contacts/contact_edit.php @@ -1592,6 +1592,12 @@ if (permission_exists('contact_phone_view')) { else { echo " \n"; } + if ($row['phone_label'] == "billing") { + echo " \n"; + } + else { + echo " \n"; + } if ($row['phone_label'] == "fax") { echo " \n"; } @@ -1776,6 +1782,13 @@ if (permission_exists('contact_address_view')) { else { echo " \n"; } + if ($row['address_label'] == "billing") { + echo " \n"; + } + else { + echo " \n"; + } + if ($row['address_label'] == "fax") { echo " \n"; }