update
This commit is contained in:
parent
8dd5ff5f4d
commit
eef0be91d8
1 changed files with 0 additions and 7 deletions
|
|
@ -401,11 +401,6 @@ th { font-weight: bold;}
|
|||
<imixs:value><![CDATA[var result={};
|
||||
result.isValid=true;
|
||||
|
||||
if (workitem.getItemValueString("txtcomment")=='') {
|
||||
result.isValid=false;
|
||||
result.errorMessage='Please add a comment.';
|
||||
}
|
||||
|
||||
var liste=workitem.getItemValue("dbtr.mail");
|
||||
for (i = 0; i < liste.length; i++) {
|
||||
validateMail(liste[i]);
|
||||
|
|
@ -457,7 +452,6 @@ Debitor: <itemvalue>dbtr.name</itemvalue> (<itemvalue>dbtr.number</itemvalue>)
|
|||
<th>Expiry Date</th>
|
||||
<th>Invoice Amount</th>
|
||||
<th>Balance</th>
|
||||
<th>Dunning Level</th>
|
||||
</tr>
|
||||
|
||||
</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: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:center;"><itemvalue>workflowstatus_en</itemvalue></td>
|
||||
</tr>
|
||||
</for-each>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue