Error message modified
This commit is contained in:
parent
2dfe922610
commit
5dc4c953aa
@ -1092,7 +1092,7 @@ exports.establishmentBulkUpload = async (req, res) => {
|
||||
if (notMapped.length > 0) {
|
||||
errors.push({
|
||||
row: rowNumber,
|
||||
error: "Some HS Codes do not exist in product master.",
|
||||
error: `${notMapped} HS Codes do not exist.`,
|
||||
not_mapped: notMapped
|
||||
});
|
||||
continue;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user