Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision da6a7abf

Von Sven Schöling vor mehr als 15 Jahren hinzugefügt

  • ID da6a7abf38c90ade772a9179e8f629f3bd1e42bf
  • Vorgänger efa178c8
  • Nachfolger 67cecc96

Fix für eini potentielles Randproblem in OE Masken, wenn sehr wenige Kunden im System sind, und vclimit auf sehr kleine Werte gesetzt ist.

Unterschiede anzeigen:

bin/mozilla/oe.pl
237 237
  }
238 238

  
239 239
  $form->{"old$form->{vc}"}  = $form->{$form->{vc}};
240
  $form->{"old$form->{vc}"} .= qq|--$form->{"$form->{vc}_id"}| unless ($form->{"old$form->{vc}"} =~ m/--\d+$/);
240

  
241
  if ($form->{"old$form->{vc}"} !~ m/--\d+$/ && $form->{"$form->{vc_}id}"}) {
242
    $form->{"old$form->{vc}"} .= qq|--$form->{"$form->{vc}_id"}|
243
  }
241 244

  
242 245
  $lxdebug->leave_sub();
243 246
}

Auch abrufbar als: Unified diff