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/OE.pm
1218 1218
        $subtotal_header     = 0;
1219 1219

  
1220 1220
      } else {
1221
        push @{ $form->{TEMPLATE_ARRAYS}->{discount_sub} },   "";
1222
        push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_sub} }, "";
1221
        push @{ $form->{TEMPLATE_ARRAYS}->{$_} }, "" for qw(discount_sub nodiscount_sub discount_sub_nofmt nodiscount_sub_nofmt);
1223 1222
      }
1224 1223

  
1225 1224
      if (!$form->{"discount_$i"}) {

Auch abrufbar als: Unified diff