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:
db72c6e
)
Bei Lieferscheinen muss der Preisfaktor versteckt mitgeschleift werden.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 22 Jan 2008 16:11:32 +0000
(16:11 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 22 Jan 2008 16:11:32 +0000
(16:11 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
2ca9f02
..
e66c735
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-327,7
+327,7
@@
sub display_row {
if ($is_delivery_order) {
map { $form->{"${_}_${i}"} = $form->format_amount(\%myconfig, $form->{"${_}_${i}"}) } qw(sellprice discount);
- push @hidden_vars, qw(sellprice discount);
+ push @hidden_vars, qw(sellprice discount
price_factor_id
);
push @hidden_vars, "stock_${stock_in_out}_sum_qty", "stock_${stock_in_out}";
}