fixed css after cherry-pick again

main
A1Gard 7 months ago
parent 93fef5ff04
commit 33912bce1f

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
var data = require('./plugins/data');
var isSendSms = false;
var step = 1;
function nocomma(num) {
a = num.toString().replace(/\,/g, ''); // 1125, but a string, so convert it to number
return a.toString();

@ -380,7 +380,6 @@ jQuery(function ($) {
});
try {
if ($('#qnt').length != 0) {
let qnt ;
let hasDiscount = false;
if ($("#discount").val() !== ''){

Loading…
Cancel
Save