From baef3b24628a8884e614fd3e10c9c2c91577b706 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Mar 2019 02:37:08 -0400 Subject: [PATCH] Added Client Details and Contacts module and invoice stuff --- client_footer.php | 8 ----- client_header.php | 81 ----------------------------------------------- 2 files changed, 89 deletions(-) delete mode 100644 client_footer.php delete mode 100644 client_header.php diff --git a/client_footer.php b/client_footer.php deleted file mode 100644 index 8d331783..00000000 --- a/client_footer.php +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - - -2){ - $client_phone = substr($row['client_phone'],0,3)."-".substr($row['client_phone'],3,3)."-".substr($row['client_phone'],6,4); - } - $client_website = $row['client_website']; - -?> -
-
-

-
-
- -
-
-
-
-
-
- -
- -
\ No newline at end of file