Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e1a38ef7

Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt

  • ID e1a38ef7466c0f4f2b49c496aa47588b2902a6f0
  • Vorgänger 5289cdd7
  • Nachfolger 56999db7

Druckvariablenarrays (no)?discount_sub_nofmt für Einträge ohne Zwischensummenflag gefixt

Unterschiede anzeigen:

SL/IS.pm
258 258
        $subtotal_header     = 0;
259 259

  
260 260
      } else {
261
        push @{ $form->{TEMPLATE_ARRAYS}->{discount_sub} },   "";
262
        push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_sub} }, "";
261
        push @{ $form->{TEMPLATE_ARRAYS}->{$_} }, "" for qw(discount_sub nodiscount_sub discount_sub_nofmt nodiscount_sub_nofmt);
263 262
      }
264 263

  
265 264
      if (!$form->{"discount_$i"}) {

Auch abrufbar als: Unified diff