From b8e2423dbd8d05622aefb55c3e81e65593df7515 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 30 Oct 2025 14:46:49 -0400 Subject: [PATCH] Mugrated Payment Modals from invoice folder to payment modal folder --- agent/invoice.php | 4 ++-- agent/invoices.php | 4 ++-- agent/modals/{invoice => payment}/invoice_apply_credit.php | 0 .../{invoice/invoice_pay.php => payment/payment_add.php} | 0 .../payment_bulk_add.php} | 0 .../payment_saved_method_add.php} | 0 6 files changed, 4 insertions(+), 4 deletions(-) rename agent/modals/{invoice => payment}/invoice_apply_credit.php (100%) rename agent/modals/{invoice/invoice_pay.php => payment/payment_add.php} (100%) rename agent/modals/{invoice/invoice_payment_add_bulk.php => payment/payment_bulk_add.php} (100%) rename agent/modals/{invoice/invoice_saved_method_pay.php => payment/payment_saved_method_add.php} (100%) diff --git a/agent/invoice.php b/agent/invoice.php index 85a6d98f..106b7765 100644 --- a/agent/invoice.php +++ b/agent/invoice.php @@ -247,12 +247,12 @@ if (isset($_GET['invoice_id'])) {
- + 0 && ($invoice_status === 'Sent' || $invoice_status === 'Viewed')) { ?> diff --git a/agent/invoices.php b/agent/invoices.php index 2c4aa0dd..9a86a1b3 100644 --- a/agent/invoices.php +++ b/agent/invoices.php @@ -375,7 +375,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));