From: Sven Schöling Date: Fri, 22 Feb 2008 14:06:16 +0000 (+0000) Subject: better safe than sorry... X-Git-Tag: release-2.6.0beta1~217 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=21207f524e4fe056fbe5629a1a001a06a3c33bbc;p=kivitendo-erp.git better safe than sorry... --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 254d90d5c..993c29fdc 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -238,6 +238,7 @@ sub prepare_order { $form->{formname} ||= $form->{type}; + $form->{rowcount} = 0; foreach $ref (@{ $form->{form_details} }) { $form->{rowcount}++; map { $form->{"${_}_$form->{rowcount}"} = $ref->{$_} } keys %{$ref};