From 5f14fb74e98e820086e8df642fe5c053e98721dd Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 4 May 2020 19:20:24 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 2ab6558..18fc587 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -270,7 +270,7 @@ namespace AyaNova.PlugIn.V8 progress.Op("Exporting Business objects"); //BIZ objects - // await ExportLocales(progress); + await ExportLocales(progress); await ExportUsers(progress); await ExportClients(progress); await ExportHeadOffices(progress); @@ -1635,6 +1635,11 @@ namespace AyaNova.PlugIn.V8 s = s.Replace("ToolbarCustomizeDialog", "CustomizeDialog"); s = s.Replace("Client", "Customer"); s = s.Replace("LoanItem", "LoanUnit"); + s = s.Replace("WorkorderPreventiveMaintenance", "PM"); + s = s.Replace("WorkorderQuote", "Quote"); + s = s.Replace("WorkorderService", "Workorder"); + s = s.Replace("Workorder", "WorkOrder"); + //FUTURE