This commit is contained in:
Ralph Soika 2024-09-04 13:27:04 +02:00
parent 8dd5ff5f4d
commit eef0be91d8

View file

@ -401,11 +401,6 @@ th { font-weight: bold;}
<imixs:value><![CDATA[var result={}; <imixs:value><![CDATA[var result={};
result.isValid=true; result.isValid=true;
if (workitem.getItemValueString("txtcomment")=='') {
result.isValid=false;
result.errorMessage='Please add a comment.';
}
var liste=workitem.getItemValue("dbtr.mail"); var liste=workitem.getItemValue("dbtr.mail");
for (i = 0; i < liste.length; i++) { for (i = 0; i < liste.length; i++) {
validateMail(liste[i]); validateMail(liste[i]);
@ -457,7 +452,6 @@ Debitor: <itemvalue>dbtr.name</itemvalue> (<itemvalue>dbtr.number</itemvalue>)
<th>Expiry Date</th> <th>Expiry Date</th>
<th>Invoice Amount</th> <th>Invoice Amount</th>
<th>Balance</th> <th>Balance</th>
<th>Dunning Level</th>
</tr> </tr>
</theader> </theader>
@ -469,7 +463,6 @@ Debitor: <itemvalue>dbtr.name</itemvalue> (<itemvalue>dbtr.number</itemvalue>)
<td style="text-align:center;"><itemvalue format="dd.MM.yyyy">invoice.duedate</itemvalue></td> <td style="text-align:center;"><itemvalue format="dd.MM.yyyy">invoice.duedate</itemvalue></td>
<td style="text-align:right;"><itemvalue format="#,###,##0.00" locale="de_DE">invoice.total</itemvalue> <itemvalue>invoice.currency</itemvalue></td> <td style="text-align:right;"><itemvalue format="#,###,##0.00" locale="de_DE">invoice.total</itemvalue> <itemvalue>invoice.currency</itemvalue></td>
<td style="text-align:right;"><itemvalue format="#,###,##0.00" locale="de_DE">invoice.saldo</itemvalue> <itemvalue>invoice.currency</itemvalue></td> <td style="text-align:right;"><itemvalue format="#,###,##0.00" locale="de_DE">invoice.saldo</itemvalue> <itemvalue>invoice.currency</itemvalue></td>
<td style="text-align:center;"><itemvalue>workflowstatus_en</itemvalue></td>
</tr> </tr>
</for-each> </for-each>
<tr> <tr>