fix lotNameHelpText
parent
b488d3a6df
commit
055aa8db59
|
|
@ -409,7 +409,7 @@
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (configFunctions.getProperty("settings.lot.lotNameHelpText")) { %>
|
<% if (configFunctions.getProperty("settings.lot.lotNameHelpText")) { %>
|
||||||
exports.lotNameHelpText = "<%= configFunctions.getProperty("settings.lot.lotNameHelpText") %>";
|
exports.lotNameHelpText = `<%= configFunctions.getProperty("settings.lot.lotNameHelpText") %>`;
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
exports.lotTypes = <%- JSON.stringify(lotTypes) %>;
|
exports.lotTypes = <%- JSON.stringify(lotTypes) %>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue