case 4459

This commit is contained in:
2023-02-27 22:35:49 +00:00
parent 50937fcdc0
commit 18f2895a21
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sockeye",
"version": "8.0.5",
"version": "8.0.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.5",
version: "8.0.6",
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
};

View File

@@ -1273,6 +1273,7 @@ export default {
this.obj.licenseExpire = null;
this.obj.created = window.$gz.locale.nowUTC8601String();
this.obj.notificationSent = false;
this.obj.renewal=true;
// this.obj.name = `${this.obj.name} - ${window.$gz.translation.get(
// "Copy"
// )}`;