From 2069b0577e36c361cd048307507db82fe301dad2 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 16 Aug 2013 23:36:30 +0000 Subject: [PATCH] Update the invoices link that is only visible if that modules is installed. --- app/contacts/contacts_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contacts_edit.php b/app/contacts/contacts_edit.php index 200158f441..c4585c9407 100644 --- a/app/contacts/contacts_edit.php +++ b/app/contacts/contacts_edit.php @@ -236,7 +236,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; } if ($action == "update" && is_dir($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/app/invoices')) { - echo " \n"; + echo " \n"; } echo " \n"; echo "\n";