make changes in start and stop

master
varun 3 years ago
parent 1c205f7630
commit 5eb6223911

@ -267,6 +267,8 @@ exports.motorAction = async (req, reply) => {
supplier_tank_type = (req.body.from_type).toLowerCase()
receiver_type = (req.body.to_type).toLowerCase()
console.log(supplier_tank)
if(supplier_tank_type==="sump" && receiver_type === "overhead"){

Loading…
Cancel
Save