From 8e73c16b74fa3f8552f561cf61f00bcff4b60a2e Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Tue, 18 Feb 2020 10:05:59 +0800 Subject: [PATCH] Fix typo in js for one step form #270 --- templates/job-order/cmb.form.onestep.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/job-order/cmb.form.onestep.html.twig b/templates/job-order/cmb.form.onestep.html.twig index f411fa3e..33c3796e 100644 --- a/templates/job-order/cmb.form.onestep.html.twig +++ b/templates/job-order/cmb.form.onestep.html.twig @@ -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();