ashok 1 year ago
commit 5ef046eb93

@ -942,8 +942,8 @@ let supplier_tanks = [];
exports.consumption = async (request, reply) => {
try {
const { customerId } = request.params;
const { startDate, stopDate, block } = req.body;
let { typeofwater } = req.body;
const { startDate, stopDate, block } = request.body;
let { typeofwater } = request.body;
// Convert typeofwater to lowercase
typeofwater = typeofwater.toLowerCase();
const start = startDate;

Loading…
Cancel
Save