Fix item_tax_id var in force recurring invoice

This commit is contained in:
johnnyq 2021-08-28 01:44:12 -04:00
parent b3aaa3115f
commit 439fc87551
1 changed files with 1 additions and 1 deletions

View File

@ -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){