]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Variablen fuer Druck bei Sammelrechnungen umbenannt von ordnumber und transdate nach...
authorPhilip Reetz <p.reetz@linet-services.de>
Wed, 7 Dec 2005 15:08:29 +0000 (15:08 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Wed, 7 Dec 2005 15:08:29 +0000 (15:08 +0000)
SL/IS.pm

index 555fe39d21ce7d4988ebd06a85e7527b0f90c53a..6043323e1aa5b258eedea054dfd6bcc24c2534d2 100644 (file)
--- 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"}) {