changes in fetch recurring

master^2
Varun 3 weeks ago
parent d80e2caac5
commit 2c38fb3a4f

@ -1619,6 +1619,8 @@ exports.getuserRequestbookingsforplansforsupplier = async (req, reply) => {
type_of_water: b.type_of_water, type_of_water: b.type_of_water,
capacity: b.capacity, capacity: b.capacity,
quantity: b.quantity, quantity: b.quantity,
frequency:b.frequency,
weekly_count:b.weekly_count,
total_required_capacity: b.total_required_capacity, total_required_capacity: b.total_required_capacity,
date: b.date, date: b.date,
time: b.time, time: b.time,

Loading…
Cancel
Save