Updated Quote and Recurring to Automatically select the Tax based off the product tax

This commit is contained in:
johnnyq
2023-11-21 16:17:17 -05:00
parent 3ec2e79e91
commit 48177e4250
3 changed files with 6 additions and 4 deletions

View File

@@ -581,7 +581,7 @@ require_once "footer.php";
$("#desc").val(ui.item.description); // Product description field
$("#qty").val(1); // Product quantity field automatically make it a 1
$("#price").val(ui.item.price); // Product price field
$("#tax").val(ui.item.tax); // Product price field
$("#tax").val(ui.item.tax); // Product tax field
return false;
}
});