From be9e30e6d83145df1bb4b77315e43722eb5a40b1 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 21 Aug 2025 18:04:49 -0400 Subject: [PATCH] Fix Show Add Payment dropdown if client has credits or saved payment methods --- user/invoice.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/user/invoice.php b/user/invoice.php index 1833e92f..7beeac9b 100644 --- a/user/invoice.php +++ b/user/invoice.php @@ -259,7 +259,8 @@ if (isset($_GET['invoice_id'])) {
- + + 0 || $credit_balance > 0) { ?> - + +