Using name as template id is not yet set.

This commit is contained in:
2024-04-04 10:47:55 -04:00
parent 83dd47d22a
commit 8c454c5d7c
+1 -1
View File
@@ -526,7 +526,7 @@ public class ItemTemplate {
}
} catch (Exception e) {
Logger.error(template_id + ":" + e);
Logger.error(obj_name + ":" + e);
}
}