projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da804bf
)
Formatierung EK-Preis bei Warenauswahl
author
G. Richardson
<information@lx-office-hosting.de>
Mon, 26 Apr 2010 17:40:47 +0000
(19:40 +0200)
committer
G. Richardson
<information@lx-office-hosting.de>
Mon, 26 Apr 2010 17:42:43 +0000
(19:42 +0200)
Bug wenn in der Positionsliste ein Artikel ausgewählt wurde der nicht eindeutig
war, lastcost musste noch formatiert werden.
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
ce7ce78
..
5666d63
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-675,7
+675,7
@@
sub item_selected {
map {
$form->{"${_}_$i"} =
$form->format_amount(\%myconfig, $form->{"${_}_$i"}, $decimalplaces)
- } qw(sellprice listprice) if $form->{item} ne 'assembly';
+ } qw(sellprice listprice
lastcost
) if $form->{item} ne 'assembly';
# get pricegroups for parts
IS->get_pricegroups_for_parts(\%myconfig, \%$form);