Revision 17a0ce04
Von Jan Büren vor fast 2 Jahren hinzugefügt
templates/design40_webpages/customer_vendor/get_delivery.html | ||
---|---|---|
45 | 45 |
</td> |
46 | 46 |
<td>[% HTML.escape(row.transdate) || ' ' %]</td> |
47 | 47 |
<td>[% HTML.escape(row.description) || ' ' %]</td> |
48 |
<td>[% HTML.escape(row.qty) || ' ' %]</td>
|
|
48 |
<td>[% LxERP.format_amount(HTML.escape(row.qty), 2) || ' ' %]</td>
|
|
49 | 49 |
<td>[% HTML.escape(row.unit) || ' ' %]</td> |
50 | 50 |
<td>[% LxERP.format_amount(row.sellprice, 2) || ' ' %]</td> |
51 | 51 |
</tr> |
52 | 52 |
[% END %] |
53 | 53 |
</tbody> |
54 |
|
|
54 |
|
|
55 | 55 |
</table> |
56 | 56 |
|
57 | 57 |
[% IF DELIVERY.size == 15 %] |
templates/webpages/customer_vendor/get_delivery.html | ||
---|---|---|
34 | 34 |
[%- END -%] |
35 | 35 |
<td>[% HTML.escape(row.transdate) || ' ' %]</td> |
36 | 36 |
<td>[% HTML.escape(row.description) || ' ' %]</td> |
37 |
<td>[% HTML.escape(row.qty) || ' ' %]</td>
|
|
37 |
<td>[% LxERP.format_amount(HTML.escape(row.qty), 2) || ' ' %]</td>
|
|
38 | 38 |
<td>[% HTML.escape(row.unit) || ' ' %]</td> |
39 | 39 |
<td>[% LxERP.format_amount(row.sellprice, 2) || ' ' %]</td> |
40 | 40 |
</tr> |
Auch abrufbar als: Unified diff
Kunden/Lieferanten -> Alle Lieferungen -> qty richtig formatieren