Revision a1c4f3ce
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1145 | 1145 |
|
1146 | 1146 |
# special case for lastcost |
1147 | 1147 |
if ($form->{ledgerchecks}){ |
1148 |
# zumindestens für den haken 'gekauft' muss das verhalten |
|
1149 |
# so sein, das der Verkaufspreis nicht angezeigt |
|
1150 |
# wird. In der Backend-Funktion all_parts wird nur mit |
|
1151 |
# price gearbeitet |
|
1148 |
# ledgerchecks don't know about sellprice or lastcost. they just return a |
|
1149 |
# price. so rename sellprice to price, and drop lastcost. |
|
1152 | 1150 |
$column_defs{sellprice}{text} = $locale->text('Price'); |
1153 |
$form->{l_lastcost} = ""
|
|
1151 |
$form->{l_lastcost} = "" |
|
1154 | 1152 |
} |
1155 | 1153 |
|
1156 | 1154 |
if ($form->{description}) { |
Auch abrufbar als: Unified diff
reqdate in warensuche/bsooqr/oe mode anzeigen.
PArtieller Fix für Bug 1291.