Revision 29d63643
Von Philip Reetz vor fast 18 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
transdate,
|
||
description,
|
||
qty,
|
||
unit);
|
||
unit,
|
||
sellprice);
|
||
|
||
|
||
|
||
... | ... | |
qq|<th class=listheading>| . $locale->text('Qty') . qq|</th>|;
|
||
$column_header{unit} =
|
||
qq|<th class=listheading>| . $locale->text('Unit') . qq|</th>|;
|
||
$column_header{sellprice} =
|
||
qq|<th class=listheading>| . $locale->text('Sell Price') . qq|</th>|;
|
||
$result .= qq|
|
||
|
||
<table width=100%>
|
||
... | ... | |
} else {
|
||
map { $column_data{$_} = "<td>$ref->{$_} </td>" } @column_index;
|
||
}
|
||
|
||
$column_data{sellprice} = "<td>". $form->format_amount(\%myconfig,$ref->{sellprice},2)." </td>";
|
||
$i++;
|
||
$i %= 2;
|
||
$result .= "
|
Auch abrufbar als: Unified diff
Fehler in der Datenbankabfrage fuer Lieferungen bei Kundenstammdaten, Ansicht erweitert um
Verkaufspreis