ashok 9 months ago
commit d759d24c46

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

Loading…
Cancel
Save