From 439fc875518c31f6f020e44c45a2bfc0fd852f6e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 28 Aug 2021 01:44:12 -0400 Subject: [PATCH] Fix item_tax_id var in force recurring invoice --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index ad6f6ee6..adf0e6ff 100644 --- a/post.php +++ b/post.php @@ -4337,7 +4337,7 @@ if(isset($_GET['force_recurring'])){ $item_quantity = $row['item_quantity']; $item_price = $row['item_price']; $item_subtotal = $row['item_subtotal']; - $tax_id = $row['tax_id']; + $tax_id = $row['item_tax_id']; //Recalculate Item Tax since Tax percents can change. if($tax_id > 0){