From f2f1949ff800e22d3d4002117212b8601cd51772 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 29 Aug 2022 17:37:37 -0400 Subject: [PATCH] Allow Negative item line amounts for invoice/quotes/recurring for dicounts Fixes #483 and #311 --- item_edit_modal.php | 2 +- quote.php | 2 +- recurring_invoice.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/item_edit_modal.php b/item_edit_modal.php index f3ec4b10..2e4c74b3 100644 --- a/item_edit_modal.php +++ b/item_edit_modal.php @@ -59,7 +59,7 @@
- + diff --git a/quote.php b/quote.php index c7fda824..b8fd438e 100644 --- a/quote.php +++ b/quote.php @@ -263,7 +263,7 @@ if(isset($_GET['quote_id'])){ - + - +