X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/18f1522d1d7551b0ef0ecaecc0fd4df65352c468..2e7ea276960b1643001276199f6ce48cd6a5aca7:/bin/mozilla/io.pl diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 7b97beb43..2d8169dbe 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -142,7 +142,8 @@ sub display_row { $deliverydate = $locale->text('Required by'); # special alignings - my %align = map { $_ => 'right' } qw(qty ship right sellprice_pg discount linetotal); + my %align = map { $_ => 'right' } qw(qty ship right sellprice_pg discount linetotal); + my %nowrap = map { $_ => 1 } qw(description unit); $form->{marge_total} = 0; $form->{sellprice_total} = 0; @@ -249,7 +250,7 @@ sub display_row { $column_data{linetotal} = $form->format_amount(\%myconfig, $linetotal, 2); $column_data{bin} = $form->{"bin_$i"}; - my @ROW1 = map { value => $column_data{$_}, align => $align{$_} }, @column_index; + my @ROW1 = map { value => $column_data{$_}, align => $align{$_}, nowrap => $nowrap{$_} }, @column_index; # second row my @ROW2 = ();