From 1387c8c3ae668f43cafc8b81f51f7952b42db262 Mon Sep 17 00:00:00 2001 From: Thomas Kasulke Date: Fri, 20 Apr 2007 08:08:31 +0000 Subject: [PATCH] Anpassung an check_right_number_format und check_right_date_format aus der common.js --- bin/mozilla/io.pl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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| - +
-- 2.20.1