Resolve "Final CMB Fixes" #1229

Merged
korina.cordero merged 102 commits from 270-final-cmb-fixes into master 2020-04-03 02:54:29 +00:00
Showing only changes of commit 8e73c16b74 - Show all commits

View file

@ -1372,7 +1372,7 @@ $(function() {
// reset the invoice table
$("#btn-reset-invoice").click(function() {
$("#invoice-discount").prop('selectedIndex', 0);
$(.sc-select').nearest('.row').remove();
$('.sc-select').nearest('.row').remove();
invoiceItems = [];
sc_array = [];
generateInvoice();