Revision 4d8a6515
Von Philip Reetz vor mehr als 17 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
923 | 923 |
</tr> |
924 | 924 |
</table> |
925 | 925 |
</td> |
926 |
<td align="right" width="100%"> |
|
926 |
<td> |
|
927 |
<table> |
|
928 |
<tr> |
|
929 |
<th align=left>| . $locale->text('Ertrag') . qq|</th> |
|
930 |
<td>| . $form->format_amount(\%myconfig, $form->{marge_total}, 2, 0) . qq|</td> |
|
931 |
</tr> |
|
932 |
<tr> |
|
933 |
<th align=left>| . $locale->text('Ertrag prozentual') . qq|</th> |
|
934 |
<td>| . $form->format_amount(\%myconfig, $form->{marge_percent}, 2, 0) . qq| %</td> |
|
935 |
</tr> |
|
936 |
<input type=hidden name="marge_total" value="$form->{"marge_total"}"> |
|
937 |
<input type=hidden name="marge_percent" value="$form->{"marge_percent"}"> |
|
938 |
</table> |
|
939 |
</td> |
|
940 |
<td align="right"> |
|
927 | 941 |
$taxincluded |
928 |
<table width="100%">
|
|
942 |
<table> |
|
929 | 943 |
$subtotal |
930 | 944 |
$tax |
931 | 945 |
<tr> |
Auch abrufbar als: Unified diff
Erweiterung um Anzeige des Ertrages im Verkauf