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