Error message modified

This commit is contained in:
unknown 2025-11-18 10:40:09 +05:30
parent 2dfe922610
commit 5dc4c953aa

View File

@ -1092,7 +1092,7 @@ exports.establishmentBulkUpload = async (req, res) => {
if (notMapped.length > 0) { if (notMapped.length > 0) {
errors.push({ errors.push({
row: rowNumber, row: rowNumber,
error: "Some HS Codes do not exist in product master.", error: `${notMapped} HS Codes do not exist.`,
not_mapped: notMapped not_mapped: notMapped
}); });
continue; continue;