Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 326fa24a

Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt

CreatePeriodicInvoices: HTML-Formatierung in Langtexten berücksichtigen Teil 2

Nach Umstellung der Bemerkungsfelder in Einkaufs- und Verkaufsbelegen
muss auch das Feld »notes« als HTML-formatiert behandelt werden.

Unterschiede anzeigen:

SL/BackgroundJob/CreatePeriodicInvoices.pm
168 168
                                employee     => $order->employee, # new_from sets employee to import user
169 169
                               );
170 170

  
171
    _replace_vars(object => $invoice, vars => $time_period_vars, attribute => $_) for qw(notes intnotes transaction_description);
171
    _replace_vars(object => $invoice, vars => $time_period_vars, attribute => $_, attribute_format => ($_ eq 'notes' ? 'html' : 'text')) for qw(notes intnotes transaction_description);
172 172

  
173 173
    foreach my $item (@{ $invoice->items }) {
174 174
      _replace_vars(object => $item, vars => $time_period_vars, attribute => $_, attribute_format => ($_ eq 'longdescription' ? 'html' : 'text')) for qw(description longdescription);

Auch abrufbar als: Unified diff