From: Philip Reetz Date: Wed, 7 Dec 2005 15:08:29 +0000 (+0000) Subject: Variablen fuer Druck bei Sammelrechnungen umbenannt von ordnumber und transdate nach... X-Git-Tag: release-2.4.0^2~435 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/685a41058225b91a5e19f62b58aebfd52637fa07 Variablen fuer Druck bei Sammelrechnungen umbenannt von ordnumber und transdate nach ordnumber_oe und transdate_oe wg. Namenskollision --- diff --git a/SL/IS.pm b/SL/IS.pm index 555fe39d2..6043323e1 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -110,8 +110,8 @@ sub invoice_details { push(@{ $form->{deliverydate} }, qq|$form->{"deliverydate_$i"}|); push(@{ $form->{sellprice} }, $form->{"sellprice_$i"}); - push(@{ $form->{ordnumber} }, $form->{"ordnumber_$i"}); - push(@{ $form->{transdate} }, $form->{"transdate_$i"}); + push(@{ $form->{ordnumber_oe} }, qq|$form->{"ordnumber_$i"}|); + push(@{ $form->{transdate_oe} }, qq|$form->{"transdate_$i"}|); if ($form->{lizenzen}) { if ($form->{"licensenumber_$i"}) {