From 22f5511b21455eda9422f733cf5393087d3a9c92 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 28 Aug 2021 19:51:44 -0400 Subject: [PATCH] Make Item fields a requirement --- invoice.php | 2 +- recurring_invoice.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/invoice.php b/invoice.php index e80156cc..2d7ddec3 100644 --- a/invoice.php +++ b/invoice.php @@ -294,7 +294,7 @@ if(isset($_GET['invoice_id'])){
- + diff --git a/recurring_invoice.php b/recurring_invoice.php index 86c5430d..000a41df 100644 --- a/recurring_invoice.php +++ b/recurring_invoice.php @@ -233,7 +233,7 @@ if(isset($_GET['recurring_id'])){ - +