Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bfeee737

Von Cem Aydin vor etwa 2 Jahren hinzugefügt

  • ID bfeee737803c0bd5ac08094c023f9b59c46edca7
  • Vorgänger 0090074a
  • Nachfolger d21df2ea

Swiss QR-Bill: Unstrukturierte Mitteilung in Rechnung hinzufügen

Unterschiede anzeigen:

SL/Template/OpenDocument.pm
555 555
    $::form->error($::locale->text('Error getting QR-Bill type.'));
556 556
  }
557 557

  
558
  my %additional_information = (
559
    'unstructured_message' => $form->{'qr_unstructured_message'}
560
  );
561

  
558 562
  # set into form for template processing
559 563
  $form->{'biller_information'} = \%biller_information;
560 564
  $form->{'biller_data'} = \%biller_data;
561 565
  $form->{'iban_formatted'} = get_iban_formatted($qr_account->{'iban'});
562 566
  $form->{'amount_formatted'} = $amount_formatted;
567
  $form->{'unstructured_message'} = $form->{'qr_unstructured_message'};
563 568
  
564 569
  # set outfile
565 570
  my $outfile = $form->{"tmpdir"} . '/' . 'qr-code.png';
......
572 577
     \%payment_information,
573 578
     \%invoice_recipient_data,
574 579
     \%ref_nr_data,
580
     \%additional_information
575 581
   );
576 582
   $qr_image->generate($outfile);
577 583
  } or do {

Auch abrufbar als: Unified diff