From c352f6e3cb4238c4d5175f9b794ef9489b13cbae Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 2 Oct 2024 01:04:59 -0400 Subject: [PATCH] Do not show Send Invoice or Add Payment if Invoice Amount is 0 --- invoice.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invoice.php b/invoice.php index 1453ee1b..6bb4dd2c 100644 --- a/invoice.php +++ b/invoice.php @@ -159,7 +159,7 @@ if (isset($_GET['invoice_id'])) {
- + @@ -176,7 +176,7 @@ if (isset($_GET['invoice_id'])) {
- + Add Payment