Konflikte gelöst und synchronisiert

This commit is contained in:
2026-03-18 22:26:52 +01:00
parent 77f814bc2b
commit 8aefe6efcd
10 changed files with 11 additions and 11 deletions

View File

@@ -82,8 +82,8 @@ private int getInt(JSONObject obj, UserField field) {
<span class="nc" id="L82"> String CLIENT_NO = null;</span>
<span class="nc bnc" id="L83" title="All 2 branches missed."> if (werkArr.length() &gt; 0) {</span>
<span class="nc" id="L84"> JSONObject row = werkArr.getJSONObject(0);</span>
<span class="nc" id="L85"> WERK_NR = row.optString(&quot;ext_company_nr&quot;, null);</span>
<span class="nc" id="L86"> COMPANY_NO = row.optString(&quot;werk_nr&quot;, null);</span>
<span class="nc" id="L85"> WERK_NR = row.optString(&quot;werk_nr&quot;, null);</span>
<span class="nc" id="L86"> COMPANY_NO = row.optString(&quot;ext_company_nr&quot;, null);</span>
<span class="nc" id="L87"> CLIENT_NO = row.optString(&quot;client_nr&quot;, null);</span>
}