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:
2ceb671
)
Fehler beim Entfernen von Debugmeldungen
author
Philip Reetz
<p.reetz@linet-services.de>
Tue, 15 Nov 2005 09:41:11 +0000
(09:41 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Tue, 15 Nov 2005 09:41:11 +0000
(09:41 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
4f71b28
..
49d2d43
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-274,7
+274,6
@@
sub display_row {
# for last row and report
# set pricegroup dragdrop from report menu
if ($form->{"sellprice_$i"} != 0) {
- Dumper($form->{"pricegroup_id_$i"}));
$prices =
qq|<option value="$form->{"sellprice_$i"}--$form->{"pricegroup_id_$i"}" selected>$form->{"pricegroup_$i"}</option>\n|;