Fix bug in one step form #270
This commit is contained in:
parent
8e73c16b74
commit
e48e86340a
1 changed files with 1 additions and 1 deletions
|
|
@ -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').closest('.row').remove();
|
||||
invoiceItems = [];
|
||||
sc_array = [];
|
||||
generateInvoice();
|
||||
|
|
|
|||
Loading…
Reference in a new issue