skyouc
2025-04-30 2d5ffc17e5d76a468493b21c45df1ca547b10da3
rsf-admin/src/i18n/en.js
@@ -353,6 +353,8 @@
                fieldsIndex: "fieldsIndex",
                barcode: "barcode",
                anfme: "anfme",
                workQty: 'Work Qty',
                qty: 'Available',
                batch: "batch",
                unit: "unit",
                stockUnit: "stockUnit",
@@ -578,6 +580,7 @@
                stockUnit: "stockUnit",
                purQty: "purQty",
                purUnit: "purUnit",
                unit: 'Unit',
                qty: "qty",
                splrCode: "splrCode",
                splrName: "splrName",
@@ -1028,6 +1031,13 @@
        order: 'Orders',
    },
    request: {
        error: {
            stock: "Insufficient inventory to deliver !!"
        }
    }
};
export default customEnglishMessages;