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:
e6ec4e4
)
Kein Umbruch wg. Knopf in der Tabellenzelle
author
Holger Lindemann
<hli@lx-system.de>
Wed, 25 Mar 2009 10:28:48 +0000
(10:28 +0000)
committer
Holger Lindemann
<hli@lx-system.de>
Wed, 25 Mar 2009 10:28:48 +0000
(10:28 +0000)
bin/mozilla/invoice_io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/invoice_io.pl
b/bin/mozilla/invoice_io.pl
index
011c872
..
2e9fc5d
100644
(file)
--- a/
bin/mozilla/invoice_io.pl
+++ b/
bin/mozilla/invoice_io.pl
@@
-323,7
+323,7
@@
use Data::Dumper;
# $qty_dec = length $qty_dec;
#
# $column_data{qty} =
-# qq|<td align="right"><input name="qty_$i" size="5" value="|
+# qq|<td align="right"
nowrap
><input name="qty_$i" size="5" value="|
# . $form->format_amount(\%myconfig, $form->{"qty_$i"}, $qty_dec) .qq|">|;
# if ($form->{"formel_$i"}) {
# $column_data{qty} .= qq|<button type="button" onclick="calculate_qty_selection_window('qty_$i','alu_$i', 'formel_$i', $i)">| . $locale->text('*/') . qq|</button>|