Skip to content
Snippets Groups Projects
Commit 29b78fe9 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

merge fixes

parent 4910a3f9
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,5 @@ var cond = SqlCondition.begin() ...@@ -7,4 +7,5 @@ var cond = SqlCondition.begin()
.andPrepareVars("DOCUMENTTEMPLATE.KIND", "$param.DocumentTemplateType_param") .andPrepareVars("DOCUMENTTEMPLATE.KIND", "$param.DocumentTemplateType_param")
.andPrepareVars("DOCUMENTTEMPLATE.CLASSIFICATION", "$param.DocumentTemplateTypeClassification_param"); .andPrepareVars("DOCUMENTTEMPLATE.CLASSIFICATION", "$param.DocumentTemplateTypeClassification_param");
result.string(SqlUtils.translateStatementWithQuotes(cond.build("1=1"))); //TODO: use a preparedCondition (.build instead of .translate) when available #1030812 #1034026
\ No newline at end of file result.string(cond.translate("1=1"));
\ No newline at end of file
...@@ -5088,6 +5088,12 @@ ...@@ -5088,6 +5088,12 @@
<entry> <entry>
<key>Use template attachments</key> <key>Use template attachments</key>
</entry> </entry>
<entry>
<key>My Turnover</key>
</entry>
<entry>
<key>My Forecast</key>
</entry>
</keyValueMap> </keyValueMap>
<font name="Dialog" style="0" size="11" /> <font name="Dialog" style="0" size="11" />
<sqlModels> <sqlModels>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment