master^2
Varun 6 months ago
parent 0b6d4c0ecc
commit b5dcc1bf4c

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

Loading…
Cancel
Save