@@ -964,6 +964,7 @@ class checkData {
cb.qty = parseFloat(cb.samount);
});
finalStageChange.forEach(sc => {
+ if (!sc.qty) return;
const c = changeIndex[sc.cid];
if (c) {
c.used = true;