skyouc
2025-04-30 6eec4237238688ada5cb86e7dab4f1b6273887f1
rsf-admin/src/i18n/en.js
@@ -578,6 +578,7 @@
                stockUnit: "stockUnit",
                purQty: "purQty",
                purUnit: "purUnit",
                unit: 'Unit',
                qty: "qty",
                splrCode: "splrCode",
                splrName: "splrName",
@@ -1028,6 +1029,13 @@
        order: 'Orders',
    },
    request: {
        error: {
            stock: "Insufficient inventory to deliver !!"
        }
    }
};
export default customEnglishMessages;