From a3590c215adb2237997056866d0acd01a41a5ec5 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Fri, 12 Feb 2021 14:06:17 -0500 Subject: [PATCH] Some minor changes with invoice quote open PDF in seperate window or tab instead of current window --- client_invoices.php | 2 +- client_quotes.php | 2 +- invoice.php | 10 +++++----- invoices.php | 2 +- quote.php | 2 +- quotes.php | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client_invoices.php b/client_invoices.php index a562c11e..54b63e4e 100644 --- a/client_invoices.php +++ b/client_invoices.php @@ -141,7 +141,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); diff --git a/invoice.php b/invoice.php index 95d27e10..be1dcc4c 100644 --- a/invoice.php +++ b/invoice.php @@ -121,10 +121,10 @@ if(isset($_GET['invoice_id'])){
- -