ashok 9 months ago
commit 66a73cd07d

@ -2226,6 +2226,7 @@ exports.getOrdersByCustomer = async (req, reply) => {
};
exports.acceptQuotation = async (req, reply) => {
try {
const { quotationId } = req.params;

Loading…
Cancel
Save