master^2
Varun 9 months ago
parent a0429afc6d
commit 45e47e6d4d

@ -1413,10 +1413,11 @@ exports.createSensor = async (req, reply) => {
storeId,
type: sensorType,
total_count: quantity,
total_available: quantity,
total_available: 0,
total_blocked: 0,
total_repair: 0,
total_installed: 0,
total_count_before_qc:quantity
});
}

Loading…
Cancel
Save