From: Thomas Kasulke Date: Fri, 20 Apr 2007 08:08:31 +0000 (+0000) Subject: Anpassung an check_right_number_format und check_right_date_format aus der common.js X-Git-Tag: release-2.4.3^2~483 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=1387c8c3ae668f43cafc8b81f51f7952b42db262;p=kivitendo-erp.git Anpassung an check_right_number_format und check_right_date_format aus der common.js --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 6a57794fd..e597aa036 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -368,9 +368,9 @@ sub display_row { } $column_data{sellprice_pg} = - qq||; + qq||; $column_data{sellprice} = - qq||; + qq||; } else { # for last row and report @@ -388,10 +388,10 @@ sub display_row { # for last row $column_data{sellprice_pg} = qq| |; - } - + } + $column_data{sellprice} = - qq||; @@ -486,7 +486,7 @@ sub display_row { ? 'deliverydate' : 'reqdate'; # invoice uses a different term for the same thing. print qq| - ${$reqdate_term}  + ${$reqdate_term}  |; } my $subtotalchecked = ($form->{"subtotal_$i"}) ? "checked" : ""; @@ -583,7 +583,7 @@ sub select_item { $colspan = $#column_index + 1; print qq| - +