Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7274f9c8

Von Sven Schöling vor etwa 13 Jahren hinzugefügt

  • ID 7274f9c8e8c61b00ff7a4e2bad6accec85015a73
  • Vorgänger 48554177
  • Nachfolger f45b296f

Alle 2-arg open in 3-arg open verwandelt.

Unterschiede anzeigen:

SL/DN.pm
794 794

  
795 795
  my $filename          = "dunning_${dunning_id}_" . Common::unique_id() . ".pdf";
796 796
  my $spool             = $::lx_office_conf{paths}->{spool};
797
  $form->{OUT}          = ">${spool}/$filename";
797
  $form->{OUT}          = "${spool}/$filename";
798 798
  $form->{keep_tmpfile} = 1;
799 799

  
800 800
  delete $form->{tmpfile};
......
888 888
  my $filename = Common::unique_id() . "dunning_invoice_${dunning_id}.pdf";
889 889

  
890 890
  my $spool             = $::lx_office_conf{paths}->{spool};
891
  $form->{OUT}          = ">$spool/$filename";
891
  $form->{OUT}          = "$spool/$filename";
892 892
  $form->{keep_tmpfile} = 1;
893 893
  delete $form->{tmpfile};
894 894

  

Auch abrufbar als: Unified diff