|
|
@ -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,
|
|
|
|